rails--rails/railties/lib/rails/generators
Dmitrii Samoilov 7a47f362c8 added ability to specify from cli when generating a model/migration whether particular property should be an index like this 'rails g model person name:string:index profile:string' 2011-12-24 10:01:54 +01:00
..
css
erb
js/assets Move Coffee generators and templates to Coffee Railtie and create javascript_engine ("js") for apps that remove Coffee gem 2011-06-29 21:16:09 -03:00
rails added ability to specify from cli when generating a model/migration whether particular property should be an index like this 'rails g model person name:string:index profile:string' 2011-12-24 10:01:54 +01:00
test_unit Revert the serializers API as other alternatives are now also under discussion 2011-11-25 19:29:39 +00:00
actions.rb Updating newline fix to maintain existing linebreaks and indentation and test for b/eol on inserts 2011-11-25 09:06:14 -08:00
active_model.rb
app_base.rb Depend on 4.0.0.beta gems. Use https for github urls. 2011-12-22 10:56:22 -07:00
base.rb Doc fixes on Rails::Generators::Base.hook_for. 2011-12-21 00:58:36 -08:00
erb.rb
generated_attribute.rb added ability to specify from cli when generating a model/migration whether particular property should be an index like this 'rails g model person name:string:index profile:string' 2011-12-24 10:01:54 +01:00
migration.rb
named_base.rb added ability to specify from cli when generating a model/migration whether particular property should be an index like this 'rails g model person name:string:index profile:string' 2011-12-24 10:01:54 +01:00
resource_helpers.rb added tests, replaced classify with constantize - using classify here cuts the last 's' in ORM name 2011-11-26 19:57:51 +01:00
test_case.rb added ability to specify from cli when generating a model/migration whether particular property should be an index like this 'rails g model person name:string:index profile:string' 2011-12-24 10:01:54 +01:00
test_unit.rb