Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move verification to a plugin as well: http://github.com/rails/verification.git | José Valim | 2010-04-10 | 3 | -140/+19 |
| | |||||
* | fix stack trace lines on class_eval | Santiago Pastorino | 2010-04-09 | 1 | -1/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Add accessors for request and response so tests don't have to mess with ↵ | Michael Koziarski | 2010-04-09 | 1 | -0/+2 |
| | | | | internal ivars | ||||
* | Fix a bug in ActionDispatch::Static where Rails cannot find assets if ↵ | José Valim | 2010-04-08 | 3 | -4/+8 |
| | | | | started in another directory which is not the RAILS_ROOT. | ||||
* | Move the error raising to api_behavior. | José Valim | 2010-04-07 | 1 | -1/+2 |
| | |||||
* | Merge commit 'rails/master' | Xavier Noria | 2010-04-06 | 5 | -57/+70 |
|\ | |||||
| * | Rename config.cookie_secret to config.secret_token and pass it as ↵ | José Valim | 2010-04-05 | 5 | -14/+16 |
| | | | | | | | | configuration in request.env. This is another step forward removing global configuration. | ||||
| * | Move filter_parameter_logger to deprecated.rb | wycats | 2010-04-04 | 1 | -0/+9 |
| | | |||||
| * | Make it easier to subclass AC::Metal with most, but not all, of the modules ↵ | wycats | 2010-04-04 | 1 | -43/+45 |
| | | | | | | | | in AC::Base | ||||
| * | Whitespace | wycats | 2010-04-04 | 1 | -1/+1 |
| | | |||||
* | | revises some <%= in rdoc | Xavier Noria | 2010-04-05 | 2 | -2/+2 |
|/ | |||||
* | Merge commit 'docrails/master' | Xavier Noria | 2010-04-04 | 1 | -1/+1 |
|\ | |||||
| * | Update various documentation examples to use new routing DSL | Andrew White | 2010-04-04 | 1 | -1/+1 |
| | | |||||
* | | Fix signed cookies by explicitly passing config to the cookie jar | Jeremy Kemper | 2010-04-04 | 1 | -2/+3 |
| | | |||||
* | | * Change the object used in routing constraints to be an instance of | wycats | 2010-04-03 | 2 | -2/+2 |
|/ | | | | | | | | | | | ActionDispatch::Request rather than Rack::Request. * Changed ActionDispatch::Request#method to return a String, to be compatible with the Rack::Request superclass. * Changed ActionDispatch::Request#method to return the original method in the case of methodoverride and #request_method not to, to be compatible with Rack::Request | ||||
* | Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing ↵ | José Valim | 2010-03-31 | 2 | -1/+12 |
| | | | | signed cookies to work again. | ||||
* | Consistent routing language | Joshua Peek | 2010-03-30 | 2 | -8/+8 |
| | |||||
* | Replace the placeholder base_hook API with on_load. To specify some code that | wycats | 2010-03-29 | 2 | -7/+6 |
| | | | | | | | | should run during framework load do: ActiveSupport.on_load(:action_controller) do # Code run in the context of AC::Base end | ||||
* | Fix dom_id for ActiveRecord [#4296 state:resolved] | José Valim | 2010-03-30 | 1 | -2/+2 |
| | |||||
* | adds missing requires for Object#blank? and Object#present? | Xavier Noria | 2010-03-28 | 4 | -0/+5 |
| | |||||
* | Ensure details are frozen after @details_keys lookup. The implementation ↵ | José Valim | 2010-03-27 | 1 | -2/+1 |
| | | | | waits to freeze until the last required moment, to avoid duping hashes. | ||||
* | Fixes typo (ht: Claudio Poli) [#4107 state:closed] | wycats | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | Move application configuration to the application configuration object, ↵ | José Valim | 2010-03-26 | 3 | -7/+9 |
| | | | | remove railtie_name and engine_name and allow to set the configuration object. | ||||
* | response_body is an Array in 1.9, so an Array was being pushed onto the cache | wycats | 2010-03-19 | 1 | -0/+2 |
| | |||||
* | Fix protect_against_forgery | Carlhuda | 2010-03-19 | 1 | -1/+3 |
| | |||||
* | Improve performance of the rendering stack by freezing formats as a sign ↵ | José Valim | 2010-03-19 | 1 | -0/+1 |
| | | | | that they shouldn't be further modified. | ||||
* | Return a valid Rack response from bare ActionController::Metal | Carlhuda | 2010-03-18 | 1 | -1/+7 |
| | |||||
* | All tests pass without memoizing view_context | Carlhuda | 2010-03-18 | 2 | -20/+1 |
| | |||||
* | Remove caching's dependency on view_context. Also, make it so that the ↵ | Carlhuda | 2010-03-18 | 1 | -10/+14 |
| | | | | layout is always rendered the same way (so that layout dependencies on the action actually being rendered aren't masked on the first render) | ||||
* | @layout is a confusing name... use @cache_layout | Carlhuda | 2010-03-18 | 1 | -3/+3 |
| | |||||
* | Get modules back into integration tests | Carlhuda | 2010-03-17 | 1 | -1/+0 |
| | |||||
* | Modify assert_template to use notifications. Also, remove ↵ | Carlhuda | 2010-03-17 | 2 | -9/+20 |
| | | | | ActionController::Base#template since it is no longer needed. | ||||
* | Mark bang instrumentations as something that you shuold not be listening to. | José Valim | 2010-03-17 | 1 | -2/+2 |
| | |||||
* | Ensure json is loaded before using responders. | José Valim | 2010-03-17 | 1 | -0/+2 |
| | |||||
* | Modify assert_template to use instrumentation | Carlhuda | 2010-03-17 | 1 | -0/+82 |
| | |||||
* | Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM ↵ | wycats | 2010-03-17 | 1 | -1/+1 |
| | | | | warnings are in dependencies. | ||||
* | Eliminate warnings for AM on 1.8 | wycats | 2010-03-16 | 2 | -5/+7 |
| | |||||
* | Some more tweaks on <% %>. | Carlhuda | 2010-03-16 | 1 | -2/+1 |
| | | | | * The cache helper is now semantically "mark this region for caching" * As a result, <% x = cache do %> no longer works | ||||
* | RJS may cache an array | Jeremy Kemper | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | Add deprecation notices for <% %>. | Carlhuda | 2010-03-15 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | | * The approach is to compile <% %> into a method call that checks whether the value returned from a block is a String. If it is, it concats to the buffer and prints a deprecation warning. * <%= %> uses exactly the same logic to compile the template, which first checks to see whether it's compiling a block. * This should have no impact on other uses of block in templates. For instance, in <% [1,2,3].each do |i| %><%= i %><% end %>, the call to each returns an Array, not a String, so the result is not concatenated * In two cases (#capture and #cache), a String can be returned that should *never* be concatenated. We have temporarily created a String subclass called NonConcattingString which behaves (and is serialized) identically to String, but is not concatenated by the code that handles deprecated <% %> block helpers. Once we remove support for <% %> block helpers, we can remove NonConcattingString. | ||||
* | to_str works here | Jeremy Kemper | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | read_ and write_fragment cache preserve html safety yet cache strings only | Jeremy Kemper | 2010-03-14 | 1 | -6/+6 |
| | |||||
* | Ensure controller filters are executed before stuff starts to happen. | José Valim | 2010-03-13 | 2 | -3/+7 |
| | |||||
* | Finish cleaning up rendering stack from views and move assigns evaluation to ↵ | José Valim | 2010-03-12 | 3 | -11/+14 |
| | | | | controller (so plugins and/or controllers can overwrite just one method). | ||||
* | Write strings to fragment cache, not outputbuffers | Jeremy Kemper | 2010-03-11 | 1 | -1/+3 |
| | |||||
* | ActionController::Base.request_forgery_protection_token should actually be ↵ | Carl Lerche | 2010-03-11 | 1 | -1/+1 |
| | | | | the name of the token and not true. | ||||
* | Merge branch 'master' of gitproxy:rails/rails | José Valim | 2010-03-10 | 3 | -84/+19 |
|\ | |||||
| * | skip_relative_url_root url_for option is dead | Joshua Peek | 2010-03-09 | 1 | -3/+3 |
| | | |||||
| * | RouteSet#rewrite => url_for | Joshua Peek | 2010-03-09 | 1 | -1/+1 |
| | | |||||
| * | Move AC::UrlRewriter onto route set | Joshua Peek | 2010-03-09 | 2 | -81/+16 |
| | |