Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure javascript_include_tag/stylesheet_link_tag does not append ".js" ↵ | Matthew Rudy Jacobs | 2009-08-05 | 1 | -0/+2 |
| | | | | | | or ".css" onto external urls [#1664 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Ruby 1.9: fix Content-Length for multibyte send_data streaming | Sava Chankov | 2009-08-01 | 1 | -0/+2 |
| | | | | | | [#2661 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Ruby 1.9: ERB template encoding using a magic comment at the top of the file | Jeremy Kemper | 2009-05-28 | 1 | -0/+3 |
| | |||||
* | Missing CHANGELOG entry for 4a6f4b92ad2f | Pratik Naik | 2009-05-19 | 1 | -0/+5 |
| | |||||
* | Changelog | Bryan Helmkamp | 2009-05-16 | 1 | -0/+2 |
| | |||||
* | Don't check authenticity tokens for any AJAX requests | Ross Kaffenburger and Bryan Helmkamp | 2009-04-15 | 1 | -0/+2 |
| | |||||
* | Fix for TestResponse.cookies returning cookies unescaped [#1867 state:resolved] | Doug McInnes | 2009-04-07 | 1 | -0/+5 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Prepare for final 2.3 release | David Heinemeier Hansson | 2009-03-15 | 1 | -4/+1 |
| | |||||
* | Add a missing CHANGELOG entry | Pratik Naik | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | Fixed that redirection would just log the options, not the final url (which ↵ | David Heinemeier Hansson | 2009-03-05 | 1 | -0/+2 |
| | | | | lead to "Redirected to #<Post:0x23150b8>") [DHH] | ||||
* | Release RC2 today | David Heinemeier Hansson | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | Added ability to pass in :public => true to fresh_when, stale?, and ↵ | Gregg Pollack | 2009-02-28 | 1 | -0/+2 |
| | | | | | | expires_in to make the request proxy cachable [#2095 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | So it didnt happen yesterday, but very soon! Just need the final details ↵ | David Heinemeier Hansson | 2009-02-28 | 1 | -1/+1 |
| | | | | ironed out | ||||
* | Prep for RC2 later today | David Heinemeier Hansson | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Pass a custom form builder on to nested fields_for calls. [#2023 ↵ | Eloy Duran | 2009-02-27 | 1 | -0/+2 |
| | | | | | | status:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Added partial scoping to TranslationHelper#translate, so if you call ↵ | David Heinemeier Hansson | 2009-02-10 | 1 | -0/+2 |
| | | | | translate('.foo') from the people/index.html.erb template, you'll actually be calling I18n.translate(people.index.foo) [DHH] | ||||
* | Added tests from Andrew Whites fix [#1385 state:committed] | David Heinemeier Hansson | 2009-02-05 | 1 | -0/+2 |
| | |||||
* | Added localized rescue (404.da.html) [#1835 state:committed] | José Valim | 2009-02-02 | 1 | -0/+5 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Mark CHANGELOGs for release | David Heinemeier Hansson | 2009-02-01 | 1 | -1/+1 |
| | |||||
* | Add support for nested object forms to ActiveRecord and the helpers in ↵ | Eloy Duran | 2009-02-01 | 1 | -0/+12 |
| | | | | | | | | ActionPack Signed-Off-By: Michael Koziarski <michael@koziarski.com> [#1202 state:committed] | ||||
* | Added grouped_options_for_select helper method for wrapping option tags in ↵ | Jon Crawford | 2009-01-29 | 1 | -0/+2 |
| | | | | | | optgroups. [#977 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, ↵ | Gregg Kellogg | 2009-01-29 | 1 | -0/+21 |
| | | | | | | Pratik Naik] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Improve i18n support for number_to_human_size helper: | Yaroslav Markin | 2009-01-27 | 1 | -0/+13 |
| | | | | | | | | | | | | * now using pluralization properly * storage unit translations moved to number.human.storage_units.units * introduced number.human.storage_units.format for languages that do not follow "{{number}} {{unit}}" format (Japanese) NOTE: I18n table changed, you will need to update your translations. [#1634 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Added :silence option to BenchmarkHelper#benchmark and turned log_level into ↵ | David Heinemeier Hansson | 2009-01-01 | 1 | -0/+2 |
| | | | | a hash parameter and deprecated the old use [DHH] | ||||
* | Fixed the AssetTagHelper cache to use the computed asset host as part of the ↵ | David Heinemeier Hansson | 2009-01-01 | 1 | -0/+2 |
| | | | | cache key instead of just assuming the its a string [#1299 state:committed] | ||||
* | Make ActionController#render(symbol) behave same as ↵ | Pratik Naik | 2008-12-26 | 1 | -0/+1 |
| | | | | ActionController#render(string) [#1435] | ||||
* | Make ActionController#render(string) work as a shortcut for render :action ↵ | Pratik Naik | 2008-12-25 | 1 | -3/+6 |
| | | | | | | | | | | => string. [#1435] Examples: # Instead of render(:action => 'other_action') render('other_action') Note : Argument must not have any '/' | ||||
* | Make ActionController#render(string) work as a shortcut for render :template ↵ | Pratik Naik | 2008-12-25 | 1 | -3/+4 |
| | | | | | | | | | | => string. [#1435] Examples: # Instead of render(:template => 'controller/action') render('controller/action') Note : Argument must not begin with a '/', but have at least one '/' | ||||
* | Make ActionController#render(string) work as a shortcut for render :file => ↵ | Pratik Naik | 2008-12-25 | 1 | -0/+7 |
| | | | | | | | | | | string. [#1435] Examples: # Instead of render(:file => '/Users/lifo/home.html.erb') render('/Users/lifo/home.html.erb') Note : Filename must begin with a forward slash ('/') | ||||
* | Added prompt options to date helpers [#561 state:resolved] | Sam Oliver | 2008-12-21 | 1 | -0/+2 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | normalize author names in changelogs [#1495 state:committed] | Xavier Noria | 2008-12-16 | 1 | -374/+374 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Do not output an ETag header if response body is blank or when sending files ↵ | Hongli Lai (Phusion | 2008-12-16 | 1 | -0/+2 |
| | | | | | | with send_file(... :xsendfile => true) [#1578 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Making the IP Spoofing check in AbstractRequest#remote_ip configurable. | Darren Boyd | 2008-12-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | Certain groups of web proxies do not set these values properly. Notably, proxies for cell phones, which often do not set the remote IP information correctly (not surprisingly, since the clients do not have an IP address). Allowing this to be configurable makes it possible for developers to choose to ignore this simple spoofing check, when a significant amount of their traffic would result in false positives anyway. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1200 state:committed] | ||||
* | Deprecated formatted_polymorphic_url | Jeremy Kemper | 2008-11-30 | 1 | -0/+2 |
| | |||||
* | Added the option to declare an asset_host as an object that responds to call ↵ | David Heinemeier Hansson | 2008-11-27 | 1 | -0/+2 |
| | | | | (see http://github.com/dhh/asset-hosting-with-minimum-ssl for an example) [DHH] | ||||
* | Fix routing test and add changelog note about draw no longer clearing the ↵ | David Heinemeier Hansson | 2008-11-26 | 1 | -0/+2 |
| | | | | route set | ||||
* | Added optimal formatted routes to rails, deprecating the formatted_* ↵ | Aaron Batalion | 2008-11-26 | 1 | -0/+2 |
| | | | | | | methods, and reducing routes creation by 50% [#1359 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Changelog for #1448. Mention updating old translations with storage_units key. | Jeremy Kemper | 2008-11-23 | 1 | -1/+3 |
| | |||||
* | Move the cookie store to use the MessageVerifier class. | Michael Koziarski | 2008-11-23 | 1 | -0/+2 |
| | | | | This removes support for ancient cookie-store generated cookies which were double escaped. | ||||
* | Allow helpers directory to be overridden via ↵ | Sam Pohlenz | 2008-11-23 | 1 | -0/+2 |
| | | | | | | ActionController::Base.helpers_dir (Sam Pohlenz) [#1424 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Remove deprecated ActionController::Base#assign_default_content_type_and_charset | Pratik Naik | 2008-11-19 | 1 | -0/+2 |
| | |||||
* | Assume that the next version is going to be 2.3 for now | David Heinemeier Hansson | 2008-11-19 | 1 | -1/+1 |
| | |||||
* | Changed the default of ActionView#render to assume partials instead of files ↵ | David Heinemeier Hansson | 2008-11-19 | 1 | -0/+2 |
|\ | | | | | | | when not given an options hash [DHH] | ||||
| * | Remove deprecated render_component. Please use the plugin from ↵ | Pratik Naik | 2008-11-19 | 1 | -0/+2 |
| | | | | | | | | http://github.com/rails/render_component/tree/master | ||||
* | | Changed the default of ActionView#render to assume partials instead of files ↵ | David Heinemeier Hansson | 2008-11-19 | 1 | -0/+16 |
|/ | | | | when not given an options hash [DHH] | ||||
* | Fixed RedCloth and BlueCloth shouldn't preload. Instead just assume that ↵ | David Heinemeier Hansson | 2008-11-17 | 1 | -0/+5 |
| | | | | they're available if you want to use textilize and markdown and let autoload require them [DHH] | ||||
* | Missing changelogs for relative_url_root changes | Michael Koziarski | 2008-11-14 | 1 | -0/+2 |
| | |||||
* | 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 |
| |