aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Move @assigns from the controller to the test itselfSantiago Pastorino2010-11-062-1/+1
* Fix problems trying to functional test AC::Metal controllersSantiago Pastorino2010-11-062-11/+3
* Correctly handle the case of an API response that returns a hash by treating ...Chris Eppstein2010-11-061-1/+1
* AC::Caching DRYupKrekoten' Marjan2010-10-181-5/+1
* Reset assert_template instance variables between requests [#5832 state:resolved]Andrew White2010-10-181-0/+7
* replace if ! with unlessNeeraj Singh2010-10-171-1/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-10-141-1/+1
|\
| * Fix small typo in documentationKrekoten' Marjan2010-10-121-1/+1
* | Return a valid empty JSON on successful PUT and DELETE requests. [#5199 state...Szymon Nowak2010-10-121-0/+20
|/
* Rendering doesn't need RackDelegationwycats2010-10-101-1/+0
* Fix a few bugs when trying to use Head standalonewycats2010-10-102-4/+7
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-10-061-4/+0
|\
| * `render :text => proc { ... }` is no longer supported.John Firebaugh2010-10-041-4/+0
* | Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-062-6/+8
* | Solve some warnings and a failing test.José Valim2010-10-031-0/+1
* | Rely on Rack::Session stores API for more compatibility across the Ruby world.José Valim2010-10-031-3/+5
* | no need of nil checkNeeraj Singh2010-09-301-1/+1
* | reduce function calls on ArrayAaron Patterson2010-09-291-3/+2
* | removing more lolinjectAaron Patterson2010-09-291-8/+7
* | removing lollerjectAaron Patterson2010-09-291-1/+1
|/
* 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
|/