| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicate routes from mapped resources (closes #5712) [eigentone@gmail... | David Heinemeier Hansson | 2006-08-05 | 1 | -0/+22 |
* | Make controller_path available as an instance method. Closes #5724. | Jeremy Kemper | 2006-08-05 | 1 | -2/+4 |
* | Make us pass to ease RESTful children posts | David Heinemeier Hansson | 2006-08-04 | 1 | -1/+1 |
* | Make us pass to ease RESTful children posts | David Heinemeier Hansson | 2006-08-04 | 1 | -0/+11 |
* | Make action caching aware of different formats for the same action so that, e... | Marcel Molina | 2006-08-03 | 2 | -1/+137 |
* | Restrict Request Method hacking with ?_method to POST requests. [Rick Olson] | Rick Olson | 2006-08-01 | 1 | -1/+29 |
* | Nested resource testing. | Jeremy Kemper | 2006-08-01 | 1 | -16/+17 |
* | Nesting map.resources | Jeremy Kemper | 2006-08-01 | 1 | -3/+3 |
* | Fix bug when passing multiple options to SimplyRestful, like :new => { :previ... | Rick Olson | 2006-07-31 | 1 | -0/+41 |
* | Dup the options passed to map.resources so that multiple resources get the sa... | Rick Olson | 2006-07-31 | 1 | -2/+17 |
* | Fixed the new_#{resource}_url route and added named route tests for Simply Re... | Rick Olson | 2006-07-31 | 1 | -13/+62 |
* | Added map.resources from the Simply Restful plugin (backwards incompatible wi... | David Heinemeier Hansson | 2006-07-31 | 1 | -0/+109 |
* | Fixed that you can still access the flash after the flash has been reset in r... | Rick Olson | 2006-07-22 | 1 | -0/+17 |
* | Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp... | Rick Olson | 2006-07-18 | 1 | -0/+18 |
* | r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 | Jeremy Kemper | 2006-07-08 | 3 | -11/+23 |
* | Pass :id => nil or :class => nil to error_messages_for to supress that html a... | Jeremy Kemper | 2006-07-08 | 1 | -0/+2 |
* | text_field_with_auto_complete stylesheet uses <style type="text/css"> instead... | Jeremy Kemper | 2006-07-05 | 1 | -1/+1 |
* | Added exception handling of missing layouts (closes #5373) [chris@ozmm.org] | David Heinemeier Hansson | 2006-07-05 | 1 | -1/+20 |
* | Fixed that real files and symlinks should be treated the same when compiling ... | David Heinemeier Hansson | 2006-07-05 | 2 | -63/+134 |
* | Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes ... | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+1 |
* | r4748@asus: jeremy | 2006-06-29 22:40:35 -0700 | Jeremy Kemper | 2006-06-30 | 1 | -1/+1 |
* | Add route_name_path method to generate only the path for a named routes. For ... | Nicholas Seckar | 2006-06-30 | 1 | -2/+11 |
* | Determine the correct template_root for deeply nested components. Closes #2841. | Jeremy Kemper | 2006-06-21 | 1 | -1/+20 |
* | Fix that routes with *path segments in the recall can generate URLs. [Rick] | Rick Olson | 2006-06-17 | 1 | -0/+9 |
* | Added Hash.create_from_xml(string) which will create a hash from a XML string... | David Heinemeier Hansson | 2006-06-16 | 1 | -7/+0 |
* | add passing test to make sure unhandled requests don't load unnecessary class... | Rick Olson | 2006-06-16 | 1 | -6/+23 |
* | Make sure passed routing options are not mutated by routing code. (closes #5314) | Jamis Buck | 2006-06-07 | 1 | -3/+21 |
* | Do some path normalization to prevent the possible_controllers list from cont... | Jamis Buck | 2006-06-07 | 1 | -1/+12 |
* | Make sure named routes are never generated relative to some containing module | Jamis Buck | 2006-06-06 | 1 | -0/+23 |
* | Improve parameter expiry handling to fix sticky-id issue. Add a more informat... | Jamis Buck | 2006-06-06 | 1 | -0/+35 |
* | Make sure changing the controller from foo/bar to bing/bang does not change r... | Jamis Buck | 2006-06-05 | 1 | -0/+7 |
* | Escape the entire path before trying to recognize it (closes #3671) | Jamis Buck | 2006-06-05 | 1 | -0/+9 |
* | Make sure :id and friends are properly unescaped (closes #5275). | Jamis Buck | 2006-06-05 | 1 | -0/+17 |
* | Make sure regexp chunks are grouped when the segment has a regexp constraint ... | Jamis Buck | 2006-06-05 | 1 | -0/+23 |
* | Rewind readable CGI params so others may reread them (such as CGI::Session wh... | Jeremy Kemper | 2006-06-02 | 1 | -1/+9 |
* | Finish custom handling [DHH] | David Heinemeier Hansson | 2006-06-02 | 1 | -0/+16 |
* | Make new mime types first class [DHH] | David Heinemeier Hansson | 2006-06-02 | 1 | -1/+4 |
* | Added Mime::Type.register(string, symbol, synonyms = []) for adding new custo... | David Heinemeier Hansson | 2006-06-02 | 1 | -0/+6 |
* | Added support for Mime objects in render :content_type option [DHH] | David Heinemeier Hansson | 2006-06-02 | 1 | -0/+10 |
* | Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #... | Jeremy Kemper | 2006-06-02 | 1 | -1/+15 |
* | Dont keep nothing as a lookup [DHH] | David Heinemeier Hansson | 2006-06-01 | 1 | -1/+0 |
* | New routes implementation. Simpler, faster, easier to understand. The publish... | Jamis Buck | 2006-06-01 | 8 | -810/+1048 |
* | Cope with missing content type and length headers. Parse parameters from mult... | Jeremy Kemper | 2006-06-01 | 2 | -15/+61 |
* | Added interrogation of params[:format] to determine Accept type. If :format i... | David Heinemeier Hansson | 2006-05-31 | 1 | -0/+14 |
* | Added :method handling for other verbs to remote_form_tag and remote_form_for... | David Heinemeier Hansson | 2006-05-28 | 1 | -5/+15 |
* | Expanded :method option in FormHelper#form_tag to allow for verbs other than ... | David Heinemeier Hansson | 2006-05-28 | 2 | -0/+27 |
* | Added :method option to UrlHelper#link_to, which allows for using other verbs... | David Heinemeier Hansson | 2006-05-28 | 1 | -2/+9 |
* | follow_redirect doesn't complain about being redirected to the same controlle... | Jeremy Kemper | 2006-05-22 | 1 | -7/+39 |
* | Add layout attribute to response object with the name of the layout that was ... | Marcel Molina | 2006-05-17 | 1 | -0/+51 |
* | Fix NoMethodError when parsing params like &&. [Adam Greenfield]. Closes #4955 | Michael Koziarski | 2006-05-16 | 1 | -0/+6 |