aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* abort generation/booting on Ruby 1.9.1Xavier Noria2010-06-101-1/+3
* Ensure show exceptions middleware properly filters backtrace before logging.José Valim2010-06-091-0/+20
* Should call configure! to initiliaze the applicationSantiago Pastorino2010-06-091-0/+1
* Add delete to middleware stack proxy.José Valim2010-06-071-0/+6
* removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...Xavier Noria2010-06-051-2/+2
* Add lib to load paths when application is inherited to be able to load lib co...José Valim2010-06-021-0/+17
* Remove the laziness from the middleware stack.José Valim2010-05-291-1/+1
* Removing Metal from Rails 3. wycats2010-05-293-94/+0
* Fix typo on rackup test (ht: pleax)José Valim2010-05-201-1/+1
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-2/+2
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-182-3/+6
* Renames Array#rand -> Array#random_elementRizwan Reza2010-05-171-2/+2
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-1/+2
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-2/+1
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-1/+2
* Fixed two failing tests in railties on 1.9.2-head [#4609 state:commited]rohit2010-05-161-2/+2
* Expose remaining hooks to minimize the need for a Railtie based on feedback f...José Valim2010-05-161-5/+23
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-151-13/+0
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-1/+1
* ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:r...José Valim2010-04-291-3/+3
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-293-2/+18
* Fix failing test.José Valim2010-04-281-0/+33
* Ensure application rake tasks and generators are loaded after the ones specif...José Valim2010-04-261-0/+23
* Refactor tests by moving all middleware tests to the same place.José Valim2010-04-263-120/+98
* test refactorSantiago Pastorino2010-04-191-2/+8
* Added tests for config.action_controller.perform_cachingChetan Sarva2010-04-131-0/+36
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-081-0/+9
* Alleviate the pain in working with utf8 templates by setting a default encoding.José Valim2010-04-071-0/+12
* Remove app/views from the load paths [#4226 state:resolved]José Valim2010-04-051-0/+1
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-053-2/+18
* Add a test which ensures action_dispatch.show_exceptions is properly disabled.José Valim2010-04-021-0/+6
* Make X-Sendfile default to "" so it works correctly in dev mode.wycats2010-03-261-43/+36
* Remove invalid builtin tests since we aren't adding that dir to theJoshua Peek2010-03-201-18/+0
* Fix protect_against_forgeryCarlhuda2010-03-191-0/+27
* Add mailers to paths in case someone wants to access it directly and ensures ...José Valim2010-03-061-3/+4
* Change generated code to replace faulty commentCarlhuda2010-03-041-1/+1
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-044-6/+10
* Fix Sam Ruby's tests and deprecation warningsCarlhuda2010-03-045-8/+8
* Fix all the broken tests due to the AC configuration refactorCarl Lerche2010-03-032-2/+3
* Move remote_ip to a middleware:Carlhuda2010-03-031-0/+53
* Fix a test that assumes that defined?(ActiveRecord) == defined?(ActiveRecord:...Carlhuda2010-03-021-1/+1
* nested controllers need to be explicitly declared with the new mapperJoshua Peek2010-02-281-1/+2
* reload! on console now works as expected. [#3822 status:resolved]José Valim2010-02-261-3/+29
* Final pass at removing the router from a global constantCarlhuda2010-02-251-0/+42
* Woops, forgot to actually add active_support/core_ext/file/path.rbCarlhuda2010-02-231-0/+1
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-1/+1
* Makes send_file work again by deferring to Rack::Sendfile. Carlhuda2010-02-231-0/+55
* Add a test for default_url_options in AM.José Valim2010-02-211-0/+11
* Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte...José Valim2010-02-191-3/+15
* Ensure config.after_initializer is executed before building the middleware st...José Valim2010-02-181-0/+14