aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
...
* Revert changes related to `bundle install` fixes in `rails new`Piotr Sarnacki2012-05-171-7/+2
* Fix tests in railtiesPiotr Sarnacki2012-05-151-1/+1
* improve #6318Michal Papis2012-05-151-1/+6
* Remove not used date variable and another test warningCarlos Antonio da Silva2012-05-141-2/+1
* Remove assertion on date from humans.txt testsJosé Valim2012-05-141-1/+1
* Refactor App Generator TestOscar Del Ben2012-05-131-22/+20
* Failing test for #6251Piotr Sarnacki2012-05-101-0/+7
* Adding test for humans.txtArun Agrawal2012-05-081-0/+6
* Fix build for railties generators Arun Agrawal2012-05-022-3/+3
* build fix for SharedGeneratorTestsArun Agrawal2012-05-021-2/+2
* Build fix for plugin new generator changeCarlos Antonio da Silva2012-05-011-2/+2
* Fix testsPiotr Sarnacki2012-05-011-1/+1
* Merge pull request #5530 from malclocke/add_option_to_skip_index.html_on_rail...José Valim2012-04-301-0/+7
|\
| * Added a generator option to remove the public/index.html file when generating...Ivan Vanderbyl2012-03-211-0/+7
* | Namedspaced generator indent method test refactoringAlexey Vakhov2012-04-261-3/+4
* | Merge pull request #5902 from avakhov/generator-no-indent-blank-linesJosé Valim2012-04-251-0/+8
|\ \
| * | Don't indent blank lines in named base generatorsAlexey Vakhov2012-04-251-0/+8
* | | Remove lonely number signAlexey Vakhov2012-04-251-1/+1
|/ /
* | Fix testSantiago Pastorino2012-04-161-2/+2
* | fix scaffold_generator_test.rb and model_generator_test.rbArun Agrawal2012-04-162-8/+6
* | "rails new -h" shows message in rails directoryask2012-04-091-0/+10
* | Usage file in generators shouldn't be fetched only based on source_rootPiotr Sarnacki2012-04-012-1/+5
* | Avoid another blank line in generated migration and remove assertion as per @...Marcelo Silveira2012-03-211-1/+0
* | Merge pull request #5532 from mhfs/migration_blank_lineJosé Valim2012-03-211-0/+1
|\ \
| * | Remove blank line from generated migrationMarcelo Silveira2012-03-201-0/+1
| |/
* / Generate Migration Thats Adds Removed IndexTravis Jeffery2012-03-211-0/+18
|/
* Build fix for app_generator_test.rbArun Agrawal2012-03-181-1/+1
* Remove --http.José Valim2012-03-143-76/+0
* Do not generate app/views and sprockets entries on http appCarlos Antonio da Silva2012-03-141-1/+16
* Generate special controller and functional test templates for http appsCarlos Antonio da Silva2012-03-142-0/+43
* Rename http-only app generator option to httpCarlos Antonio da Silva2012-03-141-5/+5
* Remove duplicated tests from shared generatorCarlos Antonio da Silva2012-03-142-16/+2
* Generate middleware http_only! config when running http only app generatorCarlos Antonio da Silva2012-03-141-0/+6
* Add http-only option to Rails app generatorCarlos Antonio da Silva2012-03-141-0/+10
* The sprockets railtie was moved to sprockets/rails/railtieGuillermo Iguaran2012-03-131-1/+1
* Refactor the test_unit scaffold generator to use the key_value methodRafael Mendonça França2012-03-132-8/+8
* Use the attributes hash explicitlyRafael Mendonça França2012-03-132-6/+26
* Do not use the attributes hash in the scaffold functional testsRafael Mendonça França2012-03-122-2/+9
* Revert table_name= needs connection now, so just stub table_namekennyj2012-03-071-1/+1
* Only add the whitelist_attributes option if ActiveRecord is presentRafael Mendonça França2012-03-041-0/+6
* Whitelist all attribute assignment by default.Michael Koziarski2012-03-051-0/+10
* Fix tests, table_name= needs connection now, so just stub table_namePiotr Sarnacki2012-03-041-1/+1
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-5/+0
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-0/+5
* Add convenience method to hide a generator from the available onesCarlos Antonio da Silva2012-02-031-0/+9
* Fix GH #4737. Missing helper file (LoadError) in mountable plugin.kennyj2012-02-021-7/+8
* Don't run bundle install when passed with --pretend optionkennyj2012-02-011-0/+5
* Only add ActiveRecord configuration if it is presentRafael Mendonça França2012-01-311-0/+1
* has_many/has_one, :dependent => :restrict, deprecation added.Manoj2012-01-291-0/+5
* Support decimal{1,2} and decimal{1-2} and decimal{1.2} so it works fine with ...José Valim2012-01-221-3/+3