The MVC Crystal Framework for Rubyists
Work in progress
TODO
TODO
TODO
steven generator model foo bar:integer
class Foot < ActiveRecord::Base
end
steven generate controller hello index
class HelloController < Steven::Controller
get "/hello" do
view("hello/index")
end
end
steven g migration add_description_to_products description:string
TODO
- Fork it ( https://github.com/dayvsonlima/steven-framework/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- dayvsonlima Dayvson Lima - creator, maintainer