steven
Steven Framework
The MVC Crystal Framework for Rubyists
Work in progress
Installation
TODO
Usage
TODO
Development
TODO
Generators Rails style
Generate model
steven generator model foo bar:integer
class Foot < ActiveRecord::Base
end
Generate controller
steven generate controller hello index
class HelloController < Steven::Controller
get "/hello" do
view("hello/index")
end
end
Generate migrations
steven g migration add_description_to_products description:string
TODO
Contributing
- 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
Contributors
- dayvsonlima Dayvson Lima - creator, maintainer
Repository
steven
Owner
Statistic
- 0
- 1
- 0
- 0
- 4
- over 7 years ago
- May 14, 2017
License
MIT License
Links
Synced at
Fri, 22 Nov 2024 02:19:07 GMT
Languages