| Commit message (Expand) | Author | Age | Files | Lines |
* | Usage file in generators shouldn't be fetched only based on source_root | Piotr Sarnacki | 2012-04-01 | 2 | -1/+5 |
* | Avoid another blank line in generated migration and remove assertion as per @... | Marcelo Silveira | 2012-03-21 | 1 | -1/+0 |
* | Merge pull request #5532 from mhfs/migration_blank_line | José Valim | 2012-03-21 | 1 | -0/+1 |
|\ |
|
| * | Remove blank line from generated migration | Marcelo Silveira | 2012-03-20 | 1 | -0/+1 |
* | | Generate Migration Thats Adds Removed Index | Travis Jeffery | 2012-03-21 | 1 | -0/+18 |
|/ |
|
* | Build fix for app_generator_test.rb | Arun Agrawal | 2012-03-18 | 1 | -1/+1 |
* | Remove --http. | José Valim | 2012-03-14 | 3 | -76/+0 |
* | Do not generate app/views and sprockets entries on http app | Carlos Antonio da Silva | 2012-03-14 | 1 | -1/+16 |
* | Generate special controller and functional test templates for http apps | Carlos Antonio da Silva | 2012-03-14 | 2 | -0/+43 |
* | Rename http-only app generator option to http | Carlos Antonio da Silva | 2012-03-14 | 1 | -5/+5 |
* | Remove duplicated tests from shared generator | Carlos Antonio da Silva | 2012-03-14 | 2 | -16/+2 |
* | Generate middleware http_only! config when running http only app generator | Carlos Antonio da Silva | 2012-03-14 | 1 | -0/+6 |
* | Add http-only option to Rails app generator | Carlos Antonio da Silva | 2012-03-14 | 1 | -0/+10 |
* | The sprockets railtie was moved to sprockets/rails/railtie | Guillermo Iguaran | 2012-03-13 | 1 | -1/+1 |
* | Refactor the test_unit scaffold generator to use the key_value method | Rafael Mendonça França | 2012-03-13 | 2 | -8/+8 |
* | Use the attributes hash explicitly | Rafael Mendonça França | 2012-03-13 | 2 | -6/+26 |
* | Do not use the attributes hash in the scaffold functional tests | Rafael Mendonça França | 2012-03-12 | 2 | -2/+9 |
* | Revert table_name= needs connection now, so just stub table_name | kennyj | 2012-03-07 | 1 | -1/+1 |
* | Only add the whitelist_attributes option if ActiveRecord is present | Rafael Mendonça França | 2012-03-04 | 1 | -0/+6 |
* | Whitelist all attribute assignment by default. | Michael Koziarski | 2012-03-05 | 1 | -0/+10 |
* | Fix tests, table_name= needs connection now, so just stub table_name | Piotr Sarnacki | 2012-03-04 | 1 | -1/+1 |
* | uses PATCH for the forms of persisted records, and routes PATCH and PUT to th... | Xavier Noria | 2012-02-24 | 1 | -5/+0 |
* | Add config.default_method_for_update to support PATCH | David Lee | 2012-02-22 | 1 | -0/+5 |
* | Add convenience method to hide a generator from the available ones | Carlos Antonio da Silva | 2012-02-03 | 1 | -0/+9 |
* | Fix GH #4737. Missing helper file (LoadError) in mountable plugin. | kennyj | 2012-02-02 | 1 | -7/+8 |
* | Don't run bundle install when passed with --pretend option | kennyj | 2012-02-01 | 1 | -0/+5 |
* | Only add ActiveRecord configuration if it is present | Rafael Mendonça França | 2012-01-31 | 1 | -0/+1 |
* | has_many/has_one, :dependent => :restrict, deprecation added. | Manoj | 2012-01-29 | 1 | -0/+5 |
* | Support decimal{1,2} and decimal{1-2} and decimal{1.2} so it works fine with ... | José Valim | 2012-01-22 | 1 | -3/+3 |
* | Add therubyracer gem commented in default Gemfile | Guillermo Iguaran | 2012-01-12 | 1 | -4/+2 |
* | Fix tests, ./ is not needed for relative entries in Gemfile in newest bundler... | Piotr Sarnacki | 2012-01-07 | 1 | -2/+2 |
* | Add Gemfile entry when creating a plugin in application's directory | Piotr Sarnacki | 2012-01-07 | 1 | -1/+32 |
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 2 | -38/+0 |
* | Use 1.9 hash syntax instead. | José Valim | 2011-12-24 | 2 | -13/+13 |
* | assert_not_match -> assert_no_match. | José Valim | 2011-12-24 | 2 | -6/+6 |
* | Tidy up migration types. | José Valim | 2011-12-24 | 3 | -3/+8 |
* | added ability to specify from cli when generating a model/migration whether p... | Dmitrii Samoilov | 2011-12-24 | 3 | -1/+131 |
* | Depend on 4.0.0.beta gems. Use https for github urls. | Jeremy Kemper | 2011-12-22 | 1 | -1/+1 |
* | Get rid of more 1.8.x dead code | José Valim | 2011-12-20 | 3 | -19/+4 |
* | Get rid of --old-style-hash | José Valim | 2011-12-20 | 3 | -45/+4 |
* | Warning removed in test | Arun Agrawal | 2011-12-18 | 1 | -1/+1 |
* | No need 'abstract_unit' here. It's already in 'generators_test_helper' | Arun Agrawal | 2011-12-18 | 2 | -2/+0 |
* | Merge pull request #4009 from kirs/generate-rake-task | Piotr Sarnacki | 2011-12-17 | 1 | -0/+12 |
|\ |
|
| * | Rake tasks generator with test | Kir | 2011-12-17 | 1 | -0/+12 |
* | | strip whitespace errors from the generated Gemfile | Aaron Patterson | 2011-12-12 | 1 | -0/+10 |
* | | Skip assets options in environments files when --skip-sprockets is used | Guillermo Iguaran | 2011-12-11 | 1 | -0/+7 |
* | | Merge pull request #3925 from guilleiguaran/extra-test-for-therubyrhino | Yehuda Katz | 2011-12-09 | 1 | -1/+5 |
|\ \ |
|
| * | | Add test to verify that therubyrhino isn't included when JRuby isn't used | Guillermo Iguaran | 2011-12-09 | 1 | -1/+5 |
* | | | Skip assets groups if --skip-sprockets option is given | Guillermo Iguaran | 2011-12-09 | 1 | -0/+5 |
|/ / |
|
* | | Add the .rdoc extension to the README that Rails generates for a new application | Steve Richert | 2011-12-09 | 1 | -3/+3 |