aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties
Commit message (Expand)AuthorAgeFilesLines
* Removed ActionDispatch::Static, but left empty MiddlewareStack to unify app m...Piotr Sarnacki2010-09-031-25/+0
* We don't need to overwrite default paths in testsPiotr Sarnacki2010-09-031-5/+3
* Ensure that init.rb is evaled in context of EnginePiotr Sarnacki2010-09-031-1/+1
* Engine can now serve files with ActionDispatch::StaticPiotr Sarnacki2010-09-031-0/+26
* Engine sets routes as default rack endpoint if no endpoint was givenPiotr Sarnacki2010-09-031-1/+25
* Engine can now load its own pluginsPiotr Sarnacki2010-09-031-0/+18
* Made Engine valid rack app with its own middleware stackPiotr Sarnacki2010-09-031-0/+35
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Add console hook to force ActiveRecord::Base to be loaded when console starts...José Valim2010-07-181-0/+16
* A few changes were done in this commit:José Valim2010-06-283-44/+35
* Remove obsolete test case, since we have move Rails::LogSubscriber to ActiveS...Prem Sichanugrist2010-06-241-9/+0
* Speed up boot by tsorting as infrequently as possibleJeremy Kemper2010-06-241-1/+1
* I18n.reload! is only called if any of the locale files actually changed.José Valim2010-06-201-89/+0
* Removing Metal from Rails 3. wycats2010-05-291-18/+0
* Fix a bug where I18n fallbacks modules where not included in the proper backe...José Valim2010-05-231-7/+10
* Ensure that eager_load actually takes place just after the middleware stack i...José Valim2010-05-151-0/+26
* Make i18n fallbacks configurable and fallback to the default locale by defaul...Sven Fuchs2010-04-171-0/+86
* Fix namespaced_controllers_with_namespaced_routes testSantiago Pastorino2010-04-131-1/+1
* Adding Rails.env= to railties to allow changing of rails env on the fly for r...Mikel Lindsaar2010-04-081-0/+11
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-12/+9
* Revert "find railties and engines by name [4264 state:resolved]"José Valim2010-03-261-25/+0
* Improve heuristic for railties default name, otherwise railties may be named ...José Valim2010-03-261-0/+8
* find railties and engines by name [4264 state:resolved]Josh Susser2010-03-261-0/+17
* init.rb in plugins is here to staywycats2010-03-232-23/+0
* Ensure lib/rails/initializers/*.rb also works for gems.José Valim2010-03-232-20/+10
* Load plugin initializers from lib/rails/initializers/*.rbJoshua Peek2010-03-231-0/+33
* Add mailers to paths in case someone wants to access it directly and ensures ...José Valim2010-03-061-4/+6
* Fix all the broken tests due to the AC configuration refactorCarl Lerche2010-03-031-1/+1
* Get the railties tests to pass again.Carlhuda2010-03-021-1/+1
* Remove references to ActionDispatch::Routing::Routes in favor of Rails.appica...Carl Lerche2010-02-241-3/+3
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-4/+4
* Show deprecation message for rails/init.rb in plugins.José Valim2010-02-171-0/+9
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-4/+4
* tsort-based dependency resolution for initializersPaul Rosania2010-01-291-1/+1
* Move the ActiveRecord generator settings into the RailtieCarl Lerche2010-01-282-0/+2
* Add more tests to some key points in Railties.José Valim2010-01-286-127/+156
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-284-4/+12
* Add a test which ensures application can overwrite plugins/engines view paths.José Valim2010-01-261-0/+19
* Add tests for explicit engines.José Valim2010-01-263-42/+73
* Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-263-277/+335
* Merge branch 'master' of git://github.com/rails/railsJosé Valim2010-01-251-0/+17
* Refactor some railties tests structure.José Valim2010-01-254-0/+502