Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Missing changelog for CSRF changes | Michael Koziarski | 2008-11-14 | 1 | -0/+6 | |
| | ||||||
* | Missing changelog for :only/:except on map.resources | Michael Koziarski | 2008-11-14 | 1 | -0/+2 | |
| | ||||||
* | Prepare for RC2 | David Heinemeier Hansson | 2008-11-14 | 1 | -1/+3 | |
| | ||||||
* | Make polymorphic_url compact given array [#1317 state:committed] | hiroshi | 2008-11-14 | 1 | -0/+2 | |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | Fixed the sanitize helper to avoid double escaping already properly escaped ↵ | David Heinemeier Hansson | 2008-11-06 | 1 | -0/+2 | |
| | | | | entities [#683 state:committed] | |||||
* | Fixed that FormTagHelper generates illegal html if name contains e.g. square ↵ | Vladimir Dobriakov | 2008-11-04 | 1 | -0/+2 | |
| | | | | | | brackets [#1238 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | Fix regression bug that made date_select and datetime_select raise a Null ↵ | Bernardo de Pádua | 2008-11-04 | 1 | -0/+2 | |
| | | | | | | Pointer Exception when a nil date/datetime was passed and only month and year were displayed [#1289 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | Simplified the logging format for parameters (don't include controller, ↵ | David Heinemeier Hansson | 2008-11-01 | 1 | -0/+2 | |
| | | | | action, and format as duplicates) [DHH] | |||||
* | Remove the logging of the Session ID when the session store is CookieStore [DHH] | David Heinemeier Hansson | 2008-11-01 | 1 | -0/+2 | |
| | ||||||
* | Fixed regex in redirect_to to fully support URI schemes [#1247 state:committed] | Seth Fitzsimmons | 2008-10-30 | 1 | -0/+2 | |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | Fixed bug with asset timestamping when using relative_url_root (Joe ↵ | David Heinemeier Hansson | 2008-10-26 | 1 | -0/+5 | |
| | | | | Goldwasser) [#1265 status:committed] | |||||
* | Update CHANGELOGs with the last few fixes, set date for today | David Heinemeier Hansson | 2008-10-24 | 1 | -1/+3 | |
| | ||||||
* | Prepare for Rails 2.2.0 [RC1] | David Heinemeier Hansson | 2008-10-23 | 1 | -1/+1 | |
| | ||||||
* | No use case handy for justifying fresh? any more | David Heinemeier Hansson | 2008-10-21 | 1 | -1/+1 | |
| | ||||||
* | Added stale?/fresh? and fresh_when methods to provide a layer of abstraction ↵ | David Heinemeier Hansson | 2008-10-21 | 1 | -0/+34 | |
| | | | | above request.fresh? and friends [DHH] | |||||
* | Added inline builder yield to atom_feed_helper tags where appropriate (Sam ↵ | David Heinemeier Hansson | 2008-10-13 | 1 | -0/+8 | |
| | | | | Ruby) [#8994 status:committed] | |||||
* | Implement submit_to_remote as a wrapper around a more generic button_to_remote | Tarmo Tänav | 2008-10-07 | 1 | -0/+2 | |
| | | | | | | | Removed the "return false" from submit_to_remote onclick end as button input elements have no default behavior to cancel. Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
* | Added support for http_only cookies in cookie_store Added unit tests for ↵ | Pelle Braendgaard | 2008-09-17 | 1 | -0/+2 | |
| | | | | | | | secure and http_only cookies in cookie_store Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1046 state:committed] | |||||
* | Added image_submit_tag confirm option [status:committed #784] | Alastair Brunton | 2008-09-10 | 1 | -0/+2 | |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | The FormTagHelper#submit_tag helper will now pass along the original value ↵ | Jose Fernandez | 2008-09-10 | 1 | -0/+2 | |
| | | | | | | of the submit button to the params if the :disable_with option is used [status:committed #633] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | Stopped logging template compiles as it only clogs up the log | David Heinemeier Hansson | 2008-09-09 | 1 | -0/+2 | |
| | ||||||
* | Use a more sensible resolution on the new millisecond benchmarks | David Heinemeier Hansson | 2008-09-05 | 1 | -2/+2 | |
| | ||||||
* | Changed all benchmarking reports to be in milliseconds | David Heinemeier Hansson | 2008-09-05 | 1 | -0/+12 | |
| | ||||||
* | Add support for shallow nesting of routes. [#838 state:resolved] | Pratik Naik | 2008-08-30 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | Adds :shallow option to resource route definition. If true, paths for nested resources which reference a specific member (ie. those with an :id parameter) will not use the parent path prefix or name prefix. Example : map.resources :users, :shallow => true do |user| user.resources :posts end * GET /users/1/posts (maps to PostsController#index action as usual) named route "user_posts" is added as usual. * GET /posts/2 (maps to PostsController#show action as if it were not nested) Additionally, named route "post" is added too. | |||||
* | Added button_to_remote helper | Tarmo Tänav | 2008-08-29 | 1 | -0/+2 | |
| | | | | | | Ticket originally from http://dev.rubyonrails.org/ticket/3641 Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Deprecate render_component. | Pratik Naik | 2008-08-29 | 1 | -0/+2 | |
| | | | | | Please install render_component plugin from http://github.com/rails/render_component/tree/master if your application uses this functionality. | |||||
* | Routes may be restricted to lists of HTTP methods instead of a single method ↵ | Brennan Dunn | 2008-08-28 | 1 | -0/+4 | |
| | | | | | | | | or :any. [#407 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Deprecated implicit local assignments when rendering partials | Joshua Peek | 2008-08-28 | 1 | -0/+2 | |
| | ||||||
* | Added TextHelper#current_cycle to return the current cycle for better design ↵ | Ken Collins | 2008-08-27 | 1 | -0/+2 | |
| | | | | | | | | options. [#417 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Allow polymorphic_url helper to take url options. [#880 state:resolved] | Tarmo Tänav | 2008-08-21 | 1 | -0/+2 | |
| | | | | | | | | | All *_polymorphic_url, *_polymorphic_path helpers can now accept an options hash which will be passed on to the named route making it possible to generate polymorphic routes with additional url parameters. Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
* | Switched integration test runner to use Rack processor instead of CGI | Joshua Peek | 2008-08-20 | 1 | -0/+2 | |
| | ||||||
* | Make AbstractRequest.if_modified_sense return nil if the header could not be ↵ | Jamis Buck | 2008-08-19 | 1 | -0/+2 | |
| | | | | parsed | |||||
* | Update changelog for conditional GET utility methods | Jeremy Kemper | 2008-08-12 | 1 | -2/+8 | |
| | ||||||
* | Added back ActionController::Base.allow_concurrency flag and moved lock down ↵ | Joshua Peek | 2008-07-28 | 1 | -0/+2 | |
| | | | | to controller processing. | |||||
* | AbstractRequest.relative_url_root is no longer automatically configured by a ↵ | Joshua Peek | 2008-07-24 | 1 | -0/+2 | |
| | | | | HTTP header. It can now be set in your configuration environment with config.action_controller.relative_url_root | |||||
* | Update Prototype to 1.6.0.2 (Patrick Joyce) [#599 status:committed] | David Heinemeier Hansson | 2008-07-19 | 1 | -0/+2 | |
| | ||||||
* | etag! and last_modified! conditional GET helpers | Jeremy Kemper | 2008-07-17 | 1 | -0/+4 | |
| | ||||||
* | All 2xx requests are considered successful [#217 state:resolved] | Joshua Peek | 2008-07-16 | 1 | -0/+2 | |
| | ||||||
* | Resolved conflict | David Heinemeier Hansson | 2008-07-16 | 1 | -0/+47 | |
|\ | ||||||
| * | Removed config.action_view.cache_template_loading, use config.cache_classes ↵ | Joshua Peek | 2008-07-15 | 1 | -0/+2 | |
| | | | | | | | | instead | |||||
| * | Get buffer for fragment cache from template's @output_buffer | Joshua Peek | 2008-07-15 | 1 | -0/+2 | |
| | | ||||||
| * | Set config.action_view.warn_cache_misses = true to receive a warning if you ↵ | Joshua Peek | 2008-07-12 | 1 | -0/+2 | |
| | | | | | | | | perform an action that results in an expensive disk operation that could be cached | |||||
| * | Refactor template preloading. New abstractions include Renderable mixins and ↵ | Joshua Peek | 2008-07-12 | 1 | -0/+2 | |
| | | | | | | | | a refactored Template class. | |||||
| * | Changed ActionView::TemplateHandler#render API method signature to ↵ | Joshua Peek | 2008-07-11 | 1 | -0/+2 | |
| | | | | | | | | render(template, local_assigns = {}) | |||||
| * | Reenable the use of the Accept header to give people a chance to update ↵ | Michael Koziarski | 2008-07-09 | 1 | -4/+5 | |
| | | | | | | | | their applications and provide feedback. | |||||
| * | Changed PrototypeHelper#submit_to_remote to PrototypeHelper#button_to_remote ↵ | David Heinemeier Hansson | 2008-07-09 | 1 | -0/+2 | |
| | | | | | | | | to stay consistent with link_to_remote (submit_to_remote still works as an alias) (clemens) [#8994 status:closed] | |||||
| * | Add :recursive option to javascript_include_tag and stylesheet_link_tag to ↵ | Damian Janowski | 2008-07-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | be used along with :all. [#480 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
| * | Disable the Accept header by default | Michael Koziarski | 2008-07-07 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | The accept header is poorly implemented by browsers and causes strange errors when used on public sites where crawlers make requests too. You should use formatted urls (e.g. /people/1.xml) to support API clients. Alternatively to re-enable it you need to set: config.action_controller.use_accept_header = true A special case remains for ajax requests which will have a javascript format for the base resource (/people/1) if the X-Requested-With header is present. This lets ajax pages still use format.js despite there being no params[:format] | |||||
| * | Do not stat template files in production mode before rendering. You will no ↵ | Joshua Peek | 2008-07-05 | 1 | -0/+2 | |
| | | | | | | | | longer be able to modify templates in production mode without restarting the server | |||||
| * | Deprecated TemplateHandler line offset | Joshua Peek | 2008-07-05 | 1 | -0/+2 | |
| | |