steven

💎 The MVC Crystal Framework for Rubyists

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

Repository

steven

Owner
Statistic
  • 0
  • 1
  • 0
  • 0
  • 4
  • almost 7 years ago
  • May 14, 2017
License

MIT License

Links
Synced at

Tue, 07 May 2024 00:22:23 GMT

Languages