| Commit message (Expand) | Author | Age | Files | Lines |
* | Added respondence to *_before_type_cast for all attributes to return their st... | David Heinemeier Hansson | 2004-12-19 | 5 | -8/+23 |
* | Added Request#port_string to get something like ":8080" back on 8080 and "" o... | David Heinemeier Hansson | 2004-12-18 | 4 | -7/+34 |
* | Added Request#domain (returns string) and Request#subdomains (returns array). | David Heinemeier Hansson | 2004-12-18 | 3 | -0/+42 |
* | Added POST support for the breakpoint retries, so form processing that raises... | David Heinemeier Hansson | 2004-12-18 | 2 | -1/+17 |
* | Tagged the 0.9.1 release | David Heinemeier Hansson | 2004-12-17 | 1 | -2/+2 |
* | Fixed a bug that would cause an ApplicationController to require itself three... | David Heinemeier Hansson | 2004-12-17 | 3 | -5/+11 |
* | Rails 0.9 is a reality | David Heinemeier Hansson | 2004-12-16 | 2 | -2/+2 |
* | Made the last tweaks before 0.9 | David Heinemeier Hansson | 2004-12-16 | 1 | -0/+36 |
* | Updated documentation | David Heinemeier Hansson | 2004-12-16 | 12 | -53/+80 |
* | Added that controllers will now attempt to require a model dependency with th... | David Heinemeier Hansson | 2004-12-16 | 2 | -0/+16 |
* | Fixed DateHelper#date_select so that you can pass include_blank as an option ... | David Heinemeier Hansson | 2004-12-15 | 3 | -1/+148 |
* | Documented select, collection_select, and country_select #304 [Ulysses] | David Heinemeier Hansson | 2004-12-15 | 1 | -3/+13 |
* | Updated examples to use ApplicationController instead of AbstractApplicationC... | David Heinemeier Hansson | 2004-12-15 | 1 | -7/+10 |
* | Added that controllers will now search for a layout in $template_root/layouts... | David Heinemeier Hansson | 2004-12-15 | 1 | -1/+15 |
* | Added FormHelper#radio_button to work with radio buttons like its already pos... | David Heinemeier Hansson | 2004-12-14 | 3 | -0/+35 |
* | Added TemplateError#backtrace that makes it much easier to debug template err... | David Heinemeier Hansson | 2004-12-13 | 2 | -3/+12 |
* | Added the option of passing false to :module or :controller_prefix in order t... | David Heinemeier Hansson | 2004-12-13 | 3 | -5/+29 |
* | Updated unit tests to reflect lowercase post as method in form tags | David Heinemeier Hansson | 2004-12-13 | 1 | -3/+3 |
* | Moved require_association to associations.rb and added methods for resetting ... | David Heinemeier Hansson | 2004-12-12 | 2 | -0/+6 |
* | Display error messages on scaffolded form pages | David Heinemeier Hansson | 2004-12-12 | 2 | -0/+2 |
* | Fixed the default button name on forms generated with form | David Heinemeier Hansson | 2004-12-12 | 1 | -3/+6 |
* | Added option to ERB templates to swallow newlines by using <% if something -%... | David Heinemeier Hansson | 2004-12-12 | 2 | -1/+33 |
* | Fixed CgiRequest so that it'll now accept session options with Symbols as key... | David Heinemeier Hansson | 2004-12-12 | 3 | -3/+15 |
* | Added that render_partial will always by default include a counter with value... | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+8 |
* | Fixed CgiRequest#out to fall back to #write if doesn't have #syswrite [bitsw... | David Heinemeier Hansson | 2004-12-12 | 2 | -4/+12 |
* | Fixed all helpers so that they use XHTML compliant double quotes for values i... | David Heinemeier Hansson | 2004-12-12 | 6 | -45/+46 |
* | Use lower-case post instead of POST as form method for XHTML compliance #290 ... | David Heinemeier Hansson | 2004-12-12 | 3 | -9/+9 |
* | Fixed problem with cookies not being set to path=/ by default and a test bugg... | David Heinemeier Hansson | 2004-12-10 | 2 | -4/+5 |
* | Set border on link_to_image to 0 by default | David Heinemeier Hansson | 2004-12-10 | 1 | -0/+8 |
* | Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met... | David Heinemeier Hansson | 2004-12-09 | 3 | -0/+65 |
* | Added breakpoint retries on rescue screens | David Heinemeier Hansson | 2004-12-09 | 2 | -0/+26 |
* | We need to pass the name when deleting the cookie | David Heinemeier Hansson | 2004-12-09 | 1 | -1/+1 |
* | Added CookieJar#delete and fixed CookieJar[] to just call first, so you get a... | David Heinemeier Hansson | 2004-12-09 | 2 | -1/+8 |
* | Fixed to_input_field_tag so it no longer explicitly uses InstanceTag.value if... | David Heinemeier Hansson | 2004-12-08 | 1 | -2/+4 |
* | Killed the out of place alias and made sure you can use the different HTTP me... | David Heinemeier Hansson | 2004-12-08 | 2 | -6/+17 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@77 5ecf4fe2-1ee6-03... | David Heinemeier Hansson | 2004-12-08 | 1 | -1/+0 |
* | Updated Builder to 1.2.2 | David Heinemeier Hansson | 2004-12-08 | 1 | -1/+4 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@72 5ecf4fe2-1ee6-03... | David Heinemeier Hansson | 2004-12-07 | 1 | -12/+13 |
* | Added the possibility of having validate be protected for assert_(in)valid_co... | David Heinemeier Hansson | 2004-12-07 | 3 | -7/+10 |
* | Trick tests on url_for | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+9 |
* | Added that ActiveRecordHelper#form now calls url_for on the :action option. | David Heinemeier Hansson | 2004-12-07 | 3 | -4/+6 |
* | Fixed a bug with the HEAD stuff | David Heinemeier Hansson | 2004-12-07 | 1 | -1/+1 |
* | Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron] | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+1 |
* | Added all the HTTP methods as alternatives to the generic "process" for funct... | David Heinemeier Hansson | 2004-12-07 | 3 | -2/+54 |
* | Added indifference to whether @headers["Content-Type"], @headers["Content-typ... | David Heinemeier Hansson | 2004-12-07 | 3 | -5/+18 |
* | Added TestSession#session_id that returns an empty string to make it easier t... | David Heinemeier Hansson | 2004-12-06 | 2 | -0/+7 |
* | Syntax errors and other exceptions thrown outside of an action are now gracef... | David Heinemeier Hansson | 2004-12-06 | 8 | -40/+36 |
* | Fixed that cached template loading would still check the file system to see i... | David Heinemeier Hansson | 2004-12-01 | 2 | -1/+4 |
* | Added options to tailor header tag, div id, and div class on ActiveRecordHelp... | David Heinemeier Hansson | 2004-12-01 | 3 | -8/+37 |
* | Added graceful handling of non-alphanumeric names and misplaced brackets in i... | David Heinemeier Hansson | 2004-12-01 | 3 | -19/+49 |