aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'miloops/warnings'José Valim2010-09-291-3/+5
|\
| * Remove more warnings: no need to define attr_accessor if already exists. Init...Emilio Tagua2010-09-281-3/+5
| * Move uri parser to AS as URI.parser method to reuse it in AP and ARes.Emilio Tagua2010-09-273-19/+2
* | Move uri parser to AS as URI.parser method to reuse it in AP and ARes.Emilio Tagua2010-09-283-19/+2
* | Fix tests on 1.9.2.José Valim2010-09-281-0/+1
* | renderer calls object.to_json when rendering :json => object [#5655 state:res...Diego Carrion2010-09-271-1/+1
|/
* Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-272-6/+6
* Remove warning "URI.unescape is obsolete" from actionpack.Emilio Tagua2010-09-274-9/+13
* Do not cache the script name outcome.José Valim2010-09-271-9/+11
* Merge remote branch 'miloops/warnings'José Valim2010-09-276-11/+25
|\
| * Initialize @_routes if not defined yet, avoiding more warnings.Emilio Tagua2010-09-271-0/+1
| * Avoid uninitialized variable warning.Emilio Tagua2010-09-271-1/+1
| * Initialize @_request and @_response.Emilio Tagua2010-09-271-1/+3
| * Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-272-6/+6
| * Remove warning "URI.unescape is obsolete" from actionpack.Emilio Tagua2010-09-273-3/+15
* | Call it compile_methods! and do the same on AM.José Valim2010-09-271-2/+2
* | Cache url_options on a per-request basis.thedarkone2010-09-271-9/+11
* | Compile ActionController::Base.config's methods to avoid method_missing overh...thedarkone2010-09-271-0/+10
|/
* Partial revert of #d650b71 'Remove deprecated stuff in ActionController'Carlos Antonio da Silva2010-09-263-0/+6
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-265-8/+2
* Fix logging when cache key contains % sign [#5570 state:resolved]Krekoten' Marjan2010-09-251-1/+1
* There is no need to use instance_eval since the proc is created in the same c...José Valim2010-09-241-1/+1
* Make redirect_to accept blocks [#5643 state:resolved]Nando Vieira2010-09-241-1/+5
* resolves rdoc conflictXavier Noria2010-09-231-2/+2
|\
| * updated instructions on how to change the default session storeDiego Carrion2010-09-181-2/+2
| * updated instructions to generate the migration for the ActiveRecord session s...Diego Carrion2010-09-181-1/+1
* | Refactor decode_credentials to avoid inject and use map instead.Emilio Tagua2010-09-221-6/+5
* | Refactor methods in html node to avoid injects.Emilio Tagua2010-09-221-8/+4
* | Fix header capitalization by explicitly upcasing first letter of every word, ...Maxim Chernyak2010-09-181-1/+1
* | Small tweak the ConditionalGet documentationCarl Lerche2010-09-171-2/+2
|/
* added block arguments to ActionController::Metal#useCollin Miller2010-09-121-3/+3
* revises implementation and documentation of csrf_meta_tags, and aliases csrf_...Xavier Noria2010-09-111-2/+2
* Merge remote branch 'drogus/engines'wycats2010-09-111-1/+1
|\
| * Do not require passing :app to mounted helpers, it's actually useless and not...Piotr Sarnacki2010-09-081-1/+1
* | Adding linkage to redirect_to from Base and adding status code option referenceMikel Lindsaar2010-09-092-2/+6
|/
* Cleanup deprecation warnings in Action ControllerCarlos Antonio da Silva2010-09-064-64/+1
* Forgot to move that line to railtie on rebasePiotr Sarnacki2010-09-031-1/+1
* Include all helpers from non-namespaced enginesPiotr Sarnacki2010-09-031-9/+3
* Set only helpers_path on inherited hook in action_controller/railtie.rb and u...Piotr Sarnacki2010-09-033-9/+11
* Moved ActionMailer and ActionController railties options to inherited hookPiotr Sarnacki2010-09-033-16/+32
* Refactor ActionMailer to not use hide_actionsPiotr Sarnacki2010-09-031-14/+1
* Move ActionController::Railties::RoutesHelpers and ActionMailer::Railties::Ro...Piotr Sarnacki2010-09-032-19/+2
* Fix generating urls with mounted helpers in view contextPiotr Sarnacki2010-09-031-1/+1
* Include application's helpers and router helpers by default, but include engi...Piotr Sarnacki2010-09-034-4/+30
* This is not neededPiotr Sarnacki2010-09-031-26/+0
* Add mounted_helpers to routesPiotr Sarnacki2010-09-032-1/+28
* Ensure that env is always available in controllersPiotr Sarnacki2010-09-032-2/+6
* Added some more tests for url generation between Engine and ApplicationPiotr Sarnacki2010-09-031-4/+4
* Get rid of :skip_prefix options in routesPiotr Sarnacki2010-09-031-8/+4
* New way of generating urls for Application from Engine.Piotr Sarnacki2010-09-031-2/+11