| Commit message (Expand) | Author | Age | Files | Lines |
* | `plugin new` adds dummy app tasks when necessary. | Yves Senn | 2012-11-08 | 1 | -0/+6 |
* | Remove some line breaks between array items that make the assert file tests h... | Carlos Antonio da Silva | 2012-11-04 | 3 | -41/+18 |
* | changed test case name | Tima Maslyuchenko | 2012-10-23 | 1 | -1/+1 |
* | Fix the app_generator and plugin_new tests | Rafael Mendonça França | 2012-10-18 | 1 | -1/+1 |
* | Switch to new sprockets-rails plugin | Joshua Peek | 2012-10-15 | 1 | -1/+2 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 9 | -39/+39 |
* | No need to test for rack-cache present in Gemfile | Arun Agrawal | 2012-10-11 | 1 | -5/+0 |
* | Update test locations | Mike Moore | 2012-10-09 | 10 | -59/+61 |
* | Merge pull request #7794 from guilleiguaran/extract-rack-cache | Santiago Pastorino | 2012-10-01 | 1 | -0/+5 |
|\ |
|
| * | Add rack-cache to default Gemfile | Guillermo Iguaran | 2012-10-01 | 1 | -0/+5 |
* | | Fix broken scaffold routes test | Jeremy Walker | 2012-10-01 | 1 | -1/+1 |
* | | Fixed generated whitespace in routes when using namespaced resource. | Jeremy Walker | 2012-09-29 | 1 | -2/+74 |
|/ |
|
* | Update test to match new non-sorting of attributes. | Brian Morearty | 2012-09-23 | 1 | -1/+1 |
* | Remove .rb from require sentences | José Corcuera Z | 2012-09-21 | 2 | -2/+2 |
* | Remove attributes whitelist tests from AppGenerator tests | Guillermo Iguaran | 2012-09-16 | 1 | -6/+0 |
* | Change scaffold_controller to generate and use private method to encapsulate ... | Guillermo Iguaran | 2012-09-16 | 2 | -6/+9 |
* | Remove all references to attr_accessible/protected and old mass_assignment_sa... | Guillermo Iguaran | 2012-09-16 | 2 | -19/+0 |
* | change app/plugin generators to be more SCM agnostic | Derek Prior | 2012-09-12 | 2 | -4/+16 |
* | add mini-validator on creating migration | Jan Bernacki | 2012-09-06 | 1 | -0/+7 |
* | Revert "Revert changes related to `bundle install` fixes in `rails new`" | Piotr Sarnacki | 2012-08-31 | 1 | -2/+7 |
* | Extract ActiveRecord::SessionStore from Rails | Prem Sichanugrist | 2012-08-24 | 1 | -27/+0 |
* | remove some artifacts of dependent_restrict_raises that I missed | Jon Leighton | 2012-08-10 | 1 | -1/+0 |
* | Remove the dependent_restrict_raises option. | Jon Leighton | 2012-08-10 | 1 | -5/+0 |
* | Revert "The application generator generates `public/humans.txt` with some bas... | David Heinemeier Hansson | 2012-08-07 | 1 | -5/+0 |
* | Add fkey attributes to `join_table` migration generator | Aleksey Magusev | 2012-07-19 | 1 | -1/+1 |
* | Add join table migration generator | Aleksey Magusev | 2012-07-18 | 1 | -0/+13 |
* | Add references statements to migration generator | Aleksey Magusev | 2012-07-08 | 1 | -0/+29 |
* | Fixed generating namespaced table_name_prefix in engines | Wojciech Wnętrzak | 2012-07-06 | 1 | -1/+1 |
* | remove test/dummy from gitignore when "plugin new -T" | Francesco Rodriguez | 2012-07-03 | 1 | -1/+7 |
* | Add polymorphic option to model generator | Aleksey Magusev | 2012-06-27 | 2 | -11/+29 |
* | Merge pull request #6681 from arunagw/plugin_gen_fix | Rafael Mendonça França | 2012-06-08 | 1 | -2/+8 |
|\ |
|
| * | We should not include engine.rake file into rake | Arun Agrawal | 2012-06-08 | 1 | -0/+8 |
| * | Removed protected as we already doing it above. | Arun Agrawal | 2012-06-08 | 1 | -2/+0 |
* | | Don't add sqlite3 to gemspec with -O on rails plugin new | Piotr Sarnacki | 2012-06-08 | 1 | -0/+8 |
|/ |
|
* | Fixed the application_controller require_dependency path generated by the app... | Fred Wu | 2012-06-06 | 1 | -1/+3 |
* | Fixed the Gemfile when gemspec is skipped in the 'rails plugin new' command | Fred Wu | 2012-06-05 | 1 | -0/+26 |
* | Fix app_generator_test with the changes introduced at | Rafael Mendonça França | 2012-05-30 | 1 | -1/+1 |
* | Remove unnecessary comment. | Uģis Ozols | 2012-05-23 | 1 | -1/+0 |
* | Use new hash syntax for generators gem method | Alexey Vakhov | 2012-05-22 | 2 | -2/+10 |
* | Use require_dependency in generated controllers | Piotr Sarnacki | 2012-05-22 | 1 | -2/+2 |
* | Fix generators to help with ambiguous `ApplicationController` issue | Piotr Sarnacki | 2012-05-20 | 1 | -5/+12 |
* | Remove warning in namespaced generator test | Carlos Antonio da Silva | 2012-05-19 | 1 | -1/+1 |
* | Fix railties tests | Piotr Sarnacki | 2012-05-19 | 1 | -1/+1 |
* | Revert changes related to `bundle install` fixes in `rails new` | Piotr Sarnacki | 2012-05-17 | 1 | -7/+2 |
* | Fix tests in railties | Piotr Sarnacki | 2012-05-15 | 1 | -1/+1 |
* | improve #6318 | Michal Papis | 2012-05-15 | 1 | -1/+6 |
* | Remove not used date variable and another test warning | Carlos Antonio da Silva | 2012-05-14 | 1 | -2/+1 |
* | Remove assertion on date from humans.txt tests | José Valim | 2012-05-14 | 1 | -1/+1 |
* | Refactor App Generator Test | Oscar Del Ben | 2012-05-13 | 1 | -22/+20 |
* | Failing test for #6251 | Piotr Sarnacki | 2012-05-10 | 1 | -0/+7 |