Dionysus ======== A helpful set of utility classes, generators, and command-line tools. > Dionysus or Dionysos (pronounced /ˌdaɪ.ɵˈnaɪsəs/; Greek: Διόνυσος or > Διώνυσος) is the ancient Greek god of wine, the inspirer of ritual madness > and ecstasy, and a major figure of Greek mythology. > [Wikipedia: Dionysus (2010/03/15)](http://en.wikipedia.org/wiki/Dionysus) Requirements ------------ * Rails 3 Installation ------------ gem install dionysus Usage ----- First, add "dionysus" to your Gemfile or whatever other dependency system you're using. Then, you'll need to require each file/module as you need them. Dionysus is setup *à la carte* since parts are bound to conflict with something you're using at some point. Resources --------- * [Github Project](http://github.com/tekwiz/dionysus) * [SDocs](http://tekwiz.github.com/dionysus) * [Wiki on Github](http://wiki.github.com/tekwiz/dionysus/) * [Issues Tracker on Github](http://github.com/tekwiz/dionysus/issues) Features & Issues ----------------- This is a brand new project, so if you find bugs or use cases that would helpful to satisfy, post an [Issue](http://github.com/tekwiz/dionysus/issues) on Github. This project is intended to be a **very** eclectic mix of helpful tools, so please feel free to send pull requests. That said, make **absolutely sure** your modifications are well tested. The hodge-podge nature of this project may make it prone to issues, so no code will be pulled-in that is not __fully_tested__. Note on Patches/Pull Requests ----------------------------- * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. Copyright --------- Copyright 2010 Travis D. Warlick, Jr. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.