| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Massive documentation update for all helpers (closes #8223, #8177, #8175, #81... | David Heinemeier Hansson | 2007-06-23 | 9 | -261/+1005 |
* | Docfix (closes #8353) | David Heinemeier Hansson | 2007-06-23 | 1 | -1/+7 |
* | Docfix (closes #8518) | David Heinemeier Hansson | 2007-06-23 | 1 | -0/+4 |
* | Docfix (closes #8321) | David Heinemeier Hansson | 2007-06-23 | 1 | -4/+15 |
* | Fixed that link_to with an href of # when using :method will not allow for cl... | David Heinemeier Hansson | 2007-06-23 | 3 | -9/+28 |
* | Fixed that radio_button_tag should generate unique ids (closes #3353) [BobSil... | David Heinemeier Hansson | 2007-06-23 | 3 | -1/+7 |
* | Fixed that HTTP authentication should work if the header is called REDIRECT_X... | David Heinemeier Hansson | 2007-06-23 | 3 | -65/+87 |
* | Don't mistakenly interpret the request uri as the query string. Closes #8731. | Jeremy Kemper | 2007-06-23 | 3 | -2/+9 |
* | Make ActionView#view_paths an attr_accessor for real this time. Also, don't ... | Rick Olson | 2007-06-15 | 3 | -8/+23 |
* | Only change date to beginning of month if it isn't nil. | Jeremy Kemper | 2007-06-15 | 1 | -1/+1 |
* | Improve UrlRewriter tests. Improve helper test coverage. Closes #7207, #7208,... | Jeremy Kemper | 2007-06-13 | 3 | -12/+40 |
* | Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237... | Jeremy Kemper | 2007-06-13 | 6 | -25/+112 |
* | Take advantage of Mocha support for sequenced returns. Closes #8639 [Josh Peek] | Jeremy Kemper | 2007-06-13 | 1 | -4/+2 |
* | Tolerate missing content type on multipart file uploads. Fix for Safari 3. | Jeremy Kemper | 2007-06-12 | 4 | -6/+6 |
* | Deprecation: remove pagination. Install the classic_pagination plugin for for... | Jeremy Kemper | 2007-06-11 | 5 | -647/+3 |
* | Routing: improve static segment test coverage. #7117 [Kevin Clark] | Jeremy Kemper | 2007-06-09 | 1 | -6/+6 |
* | Test javascript_tag. Closes #7239. | Jeremy Kemper | 2007-06-08 | 1 | -0/+10 |
* | Fix typo in resources documentation. Closes #8607 [yon] | Jeremy Kemper | 2007-06-08 | 1 | -1/+1 |
* | Action caching is limited to GET requests returning 200 OK status. Closes #3335. | Jeremy Kemper | 2007-06-08 | 3 | -7/+38 |
* | Improve Text Helper test coverage. Closes #7274. | Jeremy Kemper | 2007-06-08 | 2 | -1/+21 |
* | Improve Action View test coverage. Closes #7241, #7243, #7244. | Jeremy Kemper | 2007-06-08 | 3 | -1/+13 |
* | Test periodically_call_remote with frequency. Closes #7244 [Rich Collins] | Jeremy Kemper | 2007-06-08 | 1 | -0/+7 |
* | More nested polymorphic url helper fixes. Closes #6432, references #8601. | Jeremy Kemper | 2007-06-07 | 5 | -29/+92 |
* | Fix incomplete work from [6951] that was hidden by test stubs. Closes #6432. | Jeremy Kemper | 2007-06-06 | 2 | -19/+30 |
* | Resources: url_for([parent, child]) generates /parents/1/children/2 for the n... | Jeremy Kemper | 2007-06-05 | 6 | -45/+174 |
* | Assume html format when rendering partials in RJS. #8076 [Rick] | Rick Olson | 2007-06-05 | 4 | -0/+25 |
* | Don't double-escape url_for in views. Closes #8144. | Jeremy Kemper | 2007-06-05 | 3 | -1/+8 |
* | Remove junk form helper test. Closes #8416 [eric_oconnell] | Jeremy Kemper | 2007-06-05 | 1 | -7/+0 |
* | Allow JSON-style values for the :with option of observe_field. Closes #8557 ... | Thomas Fuchs | 2007-06-03 | 3 | -1/+14 |
* | Remove RAILS_ROOT from backtrace paths. Closes #8540. | Jeremy Kemper | 2007-06-01 | 2 | -1/+3 |
* | Routing: map.resource :logo routes to LogosController so the controller may b... | Jeremy Kemper | 2007-06-01 | 3 | -19/+19 |
* | render :partial recognizes Active Record associations as Arrays. Closes #8538. | Jeremy Kemper | 2007-06-01 | 4 | -2/+68 |
* | Missing helper load error shouldn't shadow load errors within the helper itself. | Jeremy Kemper | 2007-05-31 | 1 | -2/+6 |
* | Fixed that DateHelper#date_select should set the day to the 1st when its a hi... | David Heinemeier Hansson | 2007-05-31 | 2 | -1/+31 |
* | Don't choke on nested helpers. | Jeremy Kemper | 2007-05-29 | 1 | -18/+17 |
* | fix test cases to match new json output. Closes #8371 | Rick Olson | 2007-05-29 | 3 | -13/+15 |
* | Routing: drop semicolon and comma as route separators. | Jeremy Kemper | 2007-05-29 | 3 | -22/+28 |
* | Correct flash discard rdoc. Closes #8502 [kampers] | Jeremy Kemper | 2007-05-29 | 1 | -2/+2 |
* | Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris] | Jeremy Kemper | 2007-05-28 | 1 | -0/+1 |
* | request.remote_ip understands X-Forwarded-For addresses with nonstandard whit... | Jeremy Kemper | 2007-05-28 | 3 | -1/+6 |
* | Don't croak if ruby-debug isn't installed. | Jeremy Kemper | 2007-05-28 | 1 | -1/+5 |
* | Don't prepare response when rendering a component. Closes #8493. | Jeremy Kemper | 2007-05-27 | 3 | -1/+14 |
* | Reduce file stat calls when checking for template changes. Closes #7736. | Jeremy Kemper | 2007-05-27 | 2 | -4/+8 |
* | Added custom path cache_page/expire_page parameters in addition to the option... | David Heinemeier Hansson | 2007-05-27 | 4 | -5/+49 |
* | Action Caching speedup. #8231 [skaes] | Rick Olson | 2007-05-27 | 3 | -37/+37 |
* | Ensure compiled template tests pass on windows where there are no symlinks. [... | Michael Koziarski | 2007-05-27 | 1 | -22/+28 |
* | Wordsmith resources documentation. Closes #8484. | Jeremy Kemper | 2007-05-27 | 2 | -38/+65 |
* | Fix syntax error in code example for routing documentation. #8377. [norbert] | Marcel Molina | 2007-05-26 | 2 | -3/+4 |
* | Routing: respond with 405 Method Not Allowed status when the route path match... | Jeremy Kemper | 2007-05-26 | 7 | -16/+91 |
* | Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky] | Marcel Molina | 2007-05-26 | 3 | -7/+74 |