aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
...
* Fix scaffold controller generator testsCarlos Antonio da Silva2012-12-081-8/+6
* fix scaffold controller generator testsFrancesco Rodriguez2012-12-071-16/+12
* Refactor tests that switch RAILS_ENV and RACK_ENVCarlos Antonio da Silva2012-12-061-16/+15
* Remove observers and sweepersRafael Mendonça França2012-11-282-48/+0
* Refactor generators tests to include test helpers in the parent classCarlos Antonio da Silva2012-11-271-4/+3
* Merge pull request #8112 from rails/encrypted_cookiesSantiago Pastorino2012-11-151-1/+1
|\
| * Add encrypted cookie storeSantiago Pastorino2012-11-031-1/+1
* | `plugin new` adds dummy app tasks when necessary.Yves Senn2012-11-081-0/+6
* | Remove some line breaks between array items that make the assert file tests h...Carlos Antonio da Silva2012-11-043-41/+18
|/
* changed test case nameTima Maslyuchenko2012-10-231-1/+1
* Fix the app_generator and plugin_new testsRafael Mendonça França2012-10-181-1/+1
* Switch to new sprockets-rails pluginJoshua Peek2012-10-151-1/+2
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-149-39/+39
* No need to test for rack-cache present in GemfileArun Agrawal2012-10-111-5/+0
* Update test locationsMike Moore2012-10-0910-59/+61
* Merge pull request #7794 from guilleiguaran/extract-rack-cacheSantiago Pastorino2012-10-011-0/+5
|\
| * Add rack-cache to default GemfileGuillermo Iguaran2012-10-011-0/+5
* | Fix broken scaffold routes testJeremy Walker2012-10-011-1/+1
* | Fixed generated whitespace in routes when using namespaced resource.Jeremy Walker2012-09-291-2/+74
|/
* Update test to match new non-sorting of attributes.Brian Morearty2012-09-231-1/+1
* Remove .rb from require sentencesJosé Corcuera Z2012-09-212-2/+2
* Remove attributes whitelist tests from AppGenerator testsGuillermo Iguaran2012-09-161-6/+0
* Change scaffold_controller to generate and use private method to encapsulate ...Guillermo Iguaran2012-09-162-6/+9
* Remove all references to attr_accessible/protected and old mass_assignment_sa...Guillermo Iguaran2012-09-162-19/+0
* change app/plugin generators to be more SCM agnosticDerek Prior2012-09-122-4/+16
* add mini-validator on creating migrationJan Bernacki2012-09-061-0/+7
* Revert "Revert changes related to `bundle install` fixes in `rails new`"Piotr Sarnacki2012-08-311-2/+7
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-241-27/+0
* remove some artifacts of dependent_restrict_raises that I missedJon Leighton2012-08-101-1/+0
* Remove the dependent_restrict_raises option.Jon Leighton2012-08-101-5/+0
* Revert "The application generator generates `public/humans.txt` with some bas...David Heinemeier Hansson2012-08-071-5/+0
* Add fkey attributes to `join_table` migration generatorAleksey Magusev2012-07-191-1/+1
* Add join table migration generatorAleksey Magusev2012-07-181-0/+13
* Add references statements to migration generatorAleksey Magusev2012-07-081-0/+29
* Fixed generating namespaced table_name_prefix in enginesWojciech Wnętrzak2012-07-061-1/+1
* remove test/dummy from gitignore when "plugin new -T"Francesco Rodriguez2012-07-031-1/+7
* Add polymorphic option to model generatorAleksey Magusev2012-06-272-11/+29
* Merge pull request #6681 from arunagw/plugin_gen_fixRafael Mendonça França2012-06-081-2/+8
|\
| * We should not include engine.rake file into rakeArun Agrawal2012-06-081-0/+8
| * Removed protected as we already doing it above.Arun Agrawal2012-06-081-2/+0
* | Don't add sqlite3 to gemspec with -O on rails plugin newPiotr Sarnacki2012-06-081-0/+8
|/
* Fixed the application_controller require_dependency path generated by the app...Fred Wu2012-06-061-1/+3
* Fixed the Gemfile when gemspec is skipped in the 'rails plugin new' commandFred Wu2012-06-051-0/+26
* Fix app_generator_test with the changes introduced atRafael Mendonça França2012-05-301-1/+1
* Remove unnecessary comment.Uģis Ozols2012-05-231-1/+0
* Use new hash syntax for generators gem methodAlexey Vakhov2012-05-222-2/+10
* Use require_dependency in generated controllersPiotr Sarnacki2012-05-221-2/+2
* Fix generators to help with ambiguous `ApplicationController` issuePiotr Sarnacki2012-05-201-5/+12
* Remove warning in namespaced generator testCarlos Antonio da Silva2012-05-191-1/+1
* Fix railties testsPiotr Sarnacki2012-05-191-1/+1