| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed link_to :confirm #936 [Nicholas Seckar] | David Heinemeier Hansson | 2005-03-26 | 2 | -1/+3 |
* | Copy prototype.js to public/javascripts/ not just public | David Heinemeier Hansson | 2005-03-26 | 1 | -2/+1 |
* | allow direct dispatching methods to declare their parameters as well, for bre... | Leon Breedt | 2005-03-26 | 5 | -5/+34 |
* | Made getElementsByClassName actually work | David Heinemeier Hansson | 2005-03-25 | 1 | -13/+24 |
* | Fixed that MissingSourceFile's wasn't properly detected in production mode #9... | David Heinemeier Hansson | 2005-03-25 | 5 | -11/+9 |
* | Fixed that :counter_cache option would look for a line_items_count column for... | David Heinemeier Hansson | 2005-03-23 | 2 | -2/+4 |
* | _at is better for Time.now than _on | David Heinemeier Hansson | 2005-03-23 | 1 | -2/+2 |
* | Added rescue for missing iconv library and throws warnings if subject/body is... | David Heinemeier Hansson | 2005-03-23 | 2 | -63/+85 |
* | Tweaked the rescue with breakpoint, still not perfect | David Heinemeier Hansson | 2005-03-23 | 2 | -11/+12 |
* | Improved error reporting especially around never shallowing exceptions. Debug... | David Heinemeier Hansson | 2005-03-23 | 3 | -0/+62 |
* | Improved error reporting especially around never shallowing exceptions. Debug... | David Heinemeier Hansson | 2005-03-23 | 10 | -24/+55 |
* | Fixed that AR exists?() would explode on postgresql if the passed id did not ... | David Heinemeier Hansson | 2005-03-23 | 2 | -1/+3 |
* | Fixed the MS SQL adapter to work with the new limit/offset approach and with ... | David Heinemeier Hansson | 2005-03-23 | 7 | -183/+184 |
* | Fixed the dispatch.fcgi use of a logger | David Heinemeier Hansson | 2005-03-23 | 2 | -8/+14 |
* | Fixed Toggle.display in prototype.js #902 [Lucas Carlson] | David Heinemeier Hansson | 2005-03-23 | 2 | -2/+7 |
* | Dont include WS docs | David Heinemeier Hansson | 2005-03-22 | 1 | -1/+8 |
* | Releasing 0.11.0 | David Heinemeier Hansson | 2005-03-22 | 2 | -4/+10 |
* | Fixed documentation and prepared for 0.11.0 release | David Heinemeier Hansson | 2005-03-22 | 14 | -49/+42 |
* | Updated more documentation | David Heinemeier Hansson | 2005-03-22 | 5 | -2/+30 |
* | Added documentation and fixed an ajax bug | David Heinemeier Hansson | 2005-03-22 | 6 | -13/+24 |
* | Last-minute ajax fixes #898 | David Heinemeier Hansson | 2005-03-22 | 3 | -27/+43 |
* | Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PA... | David Heinemeier Hansson | 2005-03-22 | 3 | -2/+7 |
* | Applied the Safari fix on both prototype.js files | David Heinemeier Hansson | 2005-03-22 | 1 | -1/+1 |
* | fix for javascript_helper.rb build_callbacks #893 | David Heinemeier Hansson | 2005-03-21 | 1 | -3/+5 |
* | Added additional error handling to the FastCGI dispatcher to catch even error... | David Heinemeier Hansson | 2005-03-21 | 2 | -12/+20 |
* | Made the Ajax request itself also use the &_= trick for Safari | David Heinemeier Hansson | 2005-03-21 | 1 | -1/+1 |
* | Tweaked the documentation | David Heinemeier Hansson | 2005-03-21 | 2 | -5/+13 |
* | Wrong parameter names in observe_field/observe_form | David Heinemeier Hansson | 2005-03-21 | 1 | -2/+2 |
* | Protect against nil strings and empty conversion bases | David Heinemeier Hansson | 2005-03-21 | 1 | -4/+5 |
* | Made the unquoted subject and body the default | David Heinemeier Hansson | 2005-03-21 | 5 | -9/+27 |
* | Cleanup pkg when pushing gems | David Heinemeier Hansson | 2005-03-21 | 1 | -1/+1 |
* | Dont repeat error messages in scaffolds | David Heinemeier Hansson | 2005-03-21 | 3 | -9/+3 |
* | Choose a simpler requiring of picking gems or not for library loading | David Heinemeier Hansson | 2005-03-21 | 2 | -21/+8 |
* | Expanded the requires again and included the load paths | David Heinemeier Hansson | 2005-03-21 | 1 | -0/+1 |
* | Expanded the requires again and included the load paths | David Heinemeier Hansson | 2005-03-21 | 1 | -2/+21 |
* | Renamed Toggle.visibility to Toggle.display and fixed it for multiple arguments | David Heinemeier Hansson | 2005-03-21 | 2 | -6/+8 |
* | Fixed js bug | David Heinemeier Hansson | 2005-03-21 | 2 | -2/+2 |
* | Add prototype.js to new apps in javascripts/ #885 | David Heinemeier Hansson | 2005-03-21 | 3 | -1/+330 |
* | Added a JavascriptHelper and accompanying prototype.js library that opens the... | David Heinemeier Hansson | 2005-03-21 | 3 | -215/+442 |
* | Routes: *path items should use arrays #883 | David Heinemeier Hansson | 2005-03-21 | 3 | -6/+26 |
* | Fixed stuff for vendor/rails | David Heinemeier Hansson | 2005-03-21 | 2 | -22/+21 |
* | Improved the generated scaffold code a lot to take advantage of recent Rails ... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+1 |
* | Improved the generated scaffold code a lot to take advantage of recent Rails ... | David Heinemeier Hansson | 2005-03-20 | 11 | -65/+75 |
* | Added note about routing the site root | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+5 |
* | Added pagination support through both a controller and helper add-on #817 [Sa... | David Heinemeier Hansson | 2005-03-20 | 5 | -0/+464 |
* | Introduce to_param to assert_redirected_to #880 | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+1 |
* | Routes: Convert results of #to_param to strings #879 | David Heinemeier Hansson | 2005-03-20 | 2 | -1/+8 |
* | Combined the script/environment.rb used for gems and regular files version. I... | David Heinemeier Hansson | 2005-03-20 | 5 | -101/+25 |
* | Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa... | David Heinemeier Hansson | 2005-03-20 | 9 | -42/+168 |
* | Added adapter independent limit clause as a two-element array with the first ... | David Heinemeier Hansson | 2005-03-20 | 8 | -24/+69 |