Skip to content

๐Ÿ’Ž The MVC Crystal Framework for Rubyists

License

Notifications You must be signed in to change notification settings

dayvsonlima/steven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

  1. Fork it ( https://github.com/dayvsonlima/steven-framework/fork )
  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 a new Pull Request

Contributors

About

๐Ÿ’Ž The MVC Crystal Framework for Rubyists

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published