Sha256: d2ad76382163bc4a4e960e7fd84a8de2e481359872719ef903b8df2c2a9abb74
Contents?: true
Size: 966 Bytes
Versions: 1
Compression:
Stored size: 966 Bytes
Contents
# TinyRails Scaffold for tiny Rails apps based on José Valim's Rails Lightweight Stack [code](https://gist.github.com/1942658) ## Installation Install it using: $ gem install tiny-rails ## Usage ```terminal $ tiny-rails tiny-app create tiny-app/application.coffee create tiny-app/application.scss create tiny-app/boot.rb create tiny-app/config.ru create tiny-app/Gemfile create tiny-app/index.html.haml create tiny-app/migrate create tiny-app/models.rb create tiny-app/server create tiny-app/tiny_rails_controller.rb create tiny-app/.gitignore chmod tiny-app/migrate chmod tiny-app/server ``` More info coming out soon... ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tiny-rails-0.0.1 | README.md |