| Commit message (Expand) | Author | Age | Files | Lines |
* | Load secret_key_base from tokens.yml, fallback to config.secret_key_base | Guillermo Iguaran | 2013-12-12 | 1 | -2/+1 |
* | Extend basic rendering, test it in railties | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+6 |
* | Include AV railtie in railties isolation tests | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
* | Calls to the application constant have been refactored to use | wangjohn | 2013-06-10 | 1 | -1/+1 |
* | --no-rc in the railties tests | Akira Matsuda | 2013-02-01 | 1 | -1/+1 |
* | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ... | Jeremy Kemper | 2013-01-06 | 1 | -1/+1 |
* | Add active_support/testing/autorun | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 |
* | Rename secret_token_key to secret_key_base | Santiago Pastorino | 2012-11-03 | 1 | -2/+2 |
* | Sign cookies using key deriver | Santiago Pastorino | 2012-11-03 | 1 | -2/+2 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -4/+4 |
* | config.activerecord.whitelist_attributes isn't used anymore, remove reference... | Guillermo Iguaran | 2012-09-16 | 1 | -3/+0 |
* | Don't use Gemfile in test application in railties | Piotr Sarnacki | 2012-08-31 | 1 | -5/+5 |
* | Set eager load option in "make_basic_app" for railties tests | Carlos Antonio da Silva | 2012-08-21 | 1 | -0/+1 |
* | Allow users to choose when to eager_load the application or not. | José Valim | 2012-08-21 | 1 | -1/+1 |
* | remove some artifacts of dependent_restrict_raises that I missed | Jon Leighton | 2012-08-10 | 1 | -1/+0 |
* | Remove unnecessary Railties structure now that plugins are gone | José Valim | 2012-06-29 | 1 | -11/+5 |
* | run railties tests in parallel, default to 2 cores | Aaron Patterson | 2012-06-19 | 1 | -2/+0 |
* | join any extra args to the tmp path | Aaron Patterson | 2012-06-19 | 1 | -0/+1 |
* | expand the tmpdir to the realpath so tests on OS X pass | Aaron Patterson | 2012-06-19 | 1 | -1/+1 |
* | use system tmpdir rather than our own | Aaron Patterson | 2012-06-19 | 1 | -8/+11 |
* | Remove useless load path modifications | Santiago Pastorino | 2012-05-11 | 1 | -3/+2 |
* | Remove Declarative module extending, it is already part of AS::TestCase | Carlos Antonio da Silva | 2012-04-28 | 1 | -2/+0 |
* | Initial queue implementation | Yehuda Katz | 2012-04-26 | 1 | -1/+1 |
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 1 | -3/+3 |
* | Fix scaffold controller template, ensure rake scaffold test pass by default | Carlos Antonio da Silva | 2012-03-14 | 1 | -1/+6 |
* | Remove Active Resource source files from the repository | Prem Sichanugrist | 2012-03-13 | 1 | -2/+1 |
* | Only add the whitelist_attributes option if ActiveRecord is present | Rafael Mendonça França | 2012-03-04 | 1 | -1/+4 |
* | Remove the dependent_restrict_raises configuration if activerecord is | Rafael Mendonça França | 2012-02-01 | 1 | -1/+1 |
* | require minitest rather than test/unit | Aaron Patterson | 2012-01-06 | 1 | -1/+1 |
* | convert railties to use AS::TestCase | Aaron Patterson | 2012-01-05 | 1 | -1/+2 |
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 1 | -14/+0 |
* | `rake assets:precompile` loads the application but does not initialize it. | José Valim | 2011-09-24 | 1 | -0/+9 |
* | Use the proper executable on tests. | José Valim | 2011-09-12 | 1 | -1/+1 |
* | Create an :assets group in the Gemfile. | José Valim | 2011-06-21 | 1 | -0/+4 |
* | Merge pull request #1356 from flippingbits/fix_engine_generator | José Valim | 2011-06-09 | 1 | -1/+1 |
|\ |
|
| * | Use RAILS_ISOLATED_ENGINE and fix namespaced generators tests | Stefan Sprenger | 2011-06-07 | 1 | -1/+1 |
| * | Don't create full Rails application if RAILS_ISOLATION_COMMAND equals engine | Stefan Sprenger | 2011-06-07 | 1 | -1/+1 |
* | | Fix another CIfail :zap: :fire: Deleting RAILS_ENV from ENV doesn't produce t... | Jon Leighton | 2011-06-06 | 1 | -1/+2 |
* | | Solve the RAILS_ENV problem in the railties tests in a more generic way | Jon Leighton | 2011-06-06 | 1 | -0/+6 |
|/ |
|
* | Require rubygems (chill out, just for rails internal tests). | José Valim | 2011-05-23 | 1 | -0/+1 |
* | No more need rubygems here. | Arun Agrawal | 2011-05-22 | 1 | -2/+0 |
* | Add some very simple docs. | José Valim | 2011-04-15 | 1 | -0/+3 |
* | Simplify remove_from_config. | Emilio Tagua | 2010-11-19 | 1 | -9/+5 |
* | Enable IdentityMap when generating new apps. | Emilio Tagua | 2010-11-19 | 1 | -0/+12 |
* | Fix a routing test. Reorganize middleware tests. | José Valim | 2010-10-02 | 1 | -0/+27 |
* | Fix running engine_test in isolation | Piotr Sarnacki | 2010-09-19 | 1 | -0/+1 |
* | Create a deprecation behavior that triggers a notification for deprecation no... | wycats | 2010-06-29 | 1 | -1/+2 |
* | Add delete to middleware stack proxy. | José Valim | 2010-06-07 | 1 | -1/+1 |
* | Refactor tests by moving all middleware tests to the same place. | José Valim | 2010-04-26 | 1 | -0/+19 |
* | moved rails binary to rails gem, so rubygems can find specific versions of ra... | Felipe Rodrigues | 2010-04-12 | 1 | -1/+1 |