| Commit message (Expand) | Author | Age | Files | Lines |
* | Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz] | David Heinemeier Hansson | 2005-01-02 | 1 | -0/+2 |
* | Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron] | David Heinemeier Hansson | 2005-01-02 | 1 | -0/+2 |
* | Added class declaration for the MissingFile exception #388 [Kent Sibilev] | David Heinemeier Hansson | 2005-01-01 | 1 | -0/+2 |
* | Added "short hypertext note with a hyperlink to the new URI(s)" to redirects ... | David Heinemeier Hansson | 2004-12-31 | 1 | -0/+2 |
* | Added second boolean parameter to Base.redirect_to_url and Response#redirect ... | David Heinemeier Hansson | 2004-12-31 | 1 | -0/+2 |
* | Auto-requiring of helpers should stay silent when it isn't found for whatever... | David Heinemeier Hansson | 2004-12-31 | 1 | -0/+2 |
* | Added :host and :protocol options to url_for and friends to redirect to anoth... | David Heinemeier Hansson | 2004-12-23 | 1 | -0/+5 |
* | Releasing Rails 0.9.2 | David Heinemeier Hansson | 2004-12-22 | 1 | -9/+9 |
* | Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi... | David Heinemeier Hansson | 2004-12-22 | 1 | -0/+2 |
* | Added search through session to clear out association caches at the end of ea... | David Heinemeier Hansson | 2004-12-22 | 1 | -0/+3 |
* | Added more informative exception when using helper :some_helper and the helpe... | David Heinemeier Hansson | 2004-12-22 | 1 | -0/+3 |
* | Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SE... | David Heinemeier Hansson | 2004-12-21 | 1 | -0/+2 |
* | Fixed error rendering of rxml documents to not just swallow the exception and... | David Heinemeier Hansson | 2004-12-21 | 1 | -0/+2 |
* | Fixed that textilize and markdown would instantiate their engines even on emp... | David Heinemeier Hansson | 2004-12-19 | 1 | -0/+2 |
* | Added respondence to *_before_type_cast for all attributes to return their st... | David Heinemeier Hansson | 2004-12-19 | 1 | -0/+3 |
* | Added Request#port_string to get something like ":8080" back on 8080 and "" o... | David Heinemeier Hansson | 2004-12-18 | 1 | -0/+2 |
* | Added Request#domain (returns string) and Request#subdomains (returns array). | David Heinemeier Hansson | 2004-12-18 | 1 | -0/+2 |
* | Added POST support for the breakpoint retries, so form processing that raises... | David Heinemeier Hansson | 2004-12-18 | 1 | -0/+5 |
* | Fixed a bug that would cause an ApplicationController to require itself three... | David Heinemeier Hansson | 2004-12-17 | 1 | -0/+5 |
* | Rails 0.9 is a reality | David Heinemeier Hansson | 2004-12-16 | 1 | -1/+1 |
* | Added that controllers will now attempt to require a model dependency with th... | David Heinemeier Hansson | 2004-12-16 | 1 | -0/+4 |
* | Fixed DateHelper#date_select so that you can pass include_blank as an option ... | David Heinemeier Hansson | 2004-12-15 | 1 | -0/+2 |
* | Updated examples to use ApplicationController instead of AbstractApplicationC... | David Heinemeier Hansson | 2004-12-15 | 1 | -7/+10 |
* | Added FormHelper#radio_button to work with radio buttons like its already pos... | David Heinemeier Hansson | 2004-12-14 | 1 | -0/+2 |
* | Added TemplateError#backtrace that makes it much easier to debug template err... | David Heinemeier Hansson | 2004-12-13 | 1 | -0/+2 |
* | Moved require_association to associations.rb and added methods for resetting ... | David Heinemeier Hansson | 2004-12-12 | 1 | -0/+2 |
* | Added option to ERB templates to swallow newlines by using <% if something -%... | David Heinemeier Hansson | 2004-12-12 | 1 | -0/+32 |
* | Fixed CgiRequest so that it'll now accept session options with Symbols as key... | David Heinemeier Hansson | 2004-12-12 | 1 | -0/+8 |
* | Fixed CgiRequest#out to fall back to #write if doesn't have #syswrite [bitsw... | David Heinemeier Hansson | 2004-12-12 | 1 | -0/+2 |
* | Fixed all helpers so that they use XHTML compliant double quotes for values i... | David Heinemeier Hansson | 2004-12-12 | 1 | -0/+2 |
* | Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met... | David Heinemeier Hansson | 2004-12-09 | 1 | -0/+16 |
* | Added CookieJar#delete and fixed CookieJar[] to just call first, so you get a... | David Heinemeier Hansson | 2004-12-09 | 1 | -0/+2 |
* | Added the possibility of having validate be protected for assert_(in)valid_co... | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+2 |
* | Added that ActiveRecordHelper#form now calls url_for on the :action option. | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+2 |
* | Added all the HTTP methods as alternatives to the generic "process" for funct... | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+13 |
* | Added indifference to whether @headers["Content-Type"], @headers["Content-typ... | David Heinemeier Hansson | 2004-12-07 | 1 | -1/+5 |
* | Added TestSession#session_id that returns an empty string to make it easier t... | David Heinemeier Hansson | 2004-12-06 | 1 | -0/+3 |
* | Fixed that cached template loading would still check the file system to see i... | David Heinemeier Hansson | 2004-12-01 | 1 | -0/+2 |
* | Added options to tailor header tag, div id, and div class on ActiveRecordHelp... | David Heinemeier Hansson | 2004-12-01 | 1 | -0/+2 |
* | Added graceful handling of non-alphanumeric names and misplaced brackets in i... | David Heinemeier Hansson | 2004-12-01 | 1 | -0/+2 |
* | Added a new container for cookies that makes them more intuative to use. The ... | David Heinemeier Hansson | 2004-11-26 | 1 | -3/+14 |
* | Added ActionController#cookies[]= as an alias for cookie "name", "value" -- y... | David Heinemeier Hansson | 2004-11-26 | 1 | -0/+2 |
* | Added ActionController#cookies[] as a reader for @cookies that'll return the ... | David Heinemeier Hansson | 2004-11-26 | 1 | -0/+3 |
* | Added the opportunity to defined method_missing on a controller which will ha... | David Heinemeier Hansson | 2004-11-25 | 1 | -1/+3 |
* | Fixed AbstractRequest#remote_ip for users going through proxies - Patch #228 ... | David Heinemeier Hansson | 2004-11-25 | 1 | -0/+2 |
* | Added Request#ssl? which is shorthand for @request.protocol == "https://" | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+2 |
* | Allow form_tag with no arguments (resulting in a form posting to current acti... | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+2 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+738 |