| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fixtures :models will now also attempt to include the model.rb file | David Heinemeier Hansson | 2004-12-14 | 1 | -1/+0 |
* | fixtures :models will now also attempt to include the model.rb file | David Heinemeier Hansson | 2004-12-14 | 3 | -4/+12 |
* | Fixed that has_and_belongs_to_many would generate bad sql when naming convent... | David Heinemeier Hansson | 2004-12-14 | 2 | -4/+6 |
* | Added FormHelper#radio_button to work with radio buttons like its already pos... | David Heinemeier Hansson | 2004-12-14 | 3 | -0/+35 |
* | This patch allows urls to be of the form :module/:controller/:action as well ... | David Heinemeier Hansson | 2004-12-14 | 1 | -1/+10 |
* | Added a better exception for when a type column is used in a table without th... | David Heinemeier Hansson | 2004-12-14 | 6 | -16/+59 |
* | Cut dependency on dev-utils by using included breakpoint lib | David Heinemeier Hansson | 2004-12-13 | 4 | -11/+3 |
* | Slightly less overzealous testing | David Heinemeier Hansson | 2004-12-13 | 1 | -7/+1 |
* | Improved the quality of the breakpointing -- especially under FCGI | David Heinemeier Hansson | 2004-12-13 | 2 | -5/+8 |
* | Added TemplateError#backtrace that makes it much easier to debug template err... | David Heinemeier Hansson | 2004-12-13 | 2 | -3/+12 |
* | Extended no inclusion of messages if theyre nil to base | David Heinemeier Hansson | 2004-12-13 | 1 | -1/+3 |
* | Fixed bug with reloading associations | David Heinemeier Hansson | 2004-12-13 | 1 | -1/+1 |
* | 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 methods into the main body as only wiring is needed in append_features | David Heinemeier Hansson | 2004-12-13 | 1 | -9/+7 |
* | Fixed that every successive call on the sqlite adapter prepended RAILS_ROOT a... | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | Cleaner deactivation of the breakpoint server | David Heinemeier Hansson | 2004-12-12 | 2 | -2/+10 |
* | Fixed a pattern for module loading | David Heinemeier Hansson | 2004-12-12 | 2 | -2/+5 |
* | Breakpointing that works much better with CGI and FCGI | David Heinemeier Hansson | 2004-12-12 | 3 | -87/+98 |
* | Added the possibility of marking fields as being in error without adding a me... | David Heinemeier Hansson | 2004-12-12 | 1 | -2/+2 |
* | Added collusion handling for FCGI | David Heinemeier Hansson | 2004-12-12 | 2 | -14/+20 |
* | Added confirmations on successfull connections and resumations | David Heinemeier Hansson | 2004-12-12 | 1 | -3/+21 |
* | Attempted to capture #286 in a unit test, but couldnt get it to fail | David Heinemeier Hansson | 2004-12-12 | 3 | -1/+13 |
* | Reload the cached column information between requests when the ActionControll... | David Heinemeier Hansson | 2004-12-12 | 1 | -2/+2 |
* | Added methods for resetting the cached information on classes that you want t... | David Heinemeier Hansson | 2004-12-12 | 1 | -5/+10 |
* | Added pattern for specific actions in a modularized controller | David Heinemeier Hansson | 2004-12-12 | 1 | -0/+2 |
* | Only start the breakpoint server when included by dispatchers | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | No longer necessary to guard against reincludes with the new reset of inherit... | David Heinemeier Hansson | 2004-12-12 | 2 | -2/+2 |
* | Turn off ACL for localhost | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | Moved require_association to associations.rb and added methods for resetting ... | David Heinemeier Hansson | 2004-12-12 | 9 | -55/+59 |
* | Display error messages on scaffolded form pages | David Heinemeier Hansson | 2004-12-12 | 4 | -0/+4 |
* | Fixed the default button name on forms generated with form | David Heinemeier Hansson | 2004-12-12 | 1 | -3/+6 |
* | Superseeded by rails_generator.rb | David Heinemeier Hansson | 2004-12-12 | 1 | -115/+0 |
* | Added option to ERB templates to swallow newlines by using <% if something -%... | David Heinemeier Hansson | 2004-12-12 | 2 | -1/+33 |
* | Remember to include the right breakpoint for the docs | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | Differentiate breakpointing on gem or not in an attempt to fix looping problems | David Heinemeier Hansson | 2004-12-12 | 3 | -7/+6 |
* | No longer needed to explicitly pass the session defaults as the error screen ... | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | 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 |
* | Fix breakpointing by differenciating between gem and not | David Heinemeier Hansson | 2004-12-10 | 1 | -1/+7 |
* | Mailer generator should create passing tests | David Heinemeier Hansson | 2004-12-10 | 3 | -7/+5 |
* | Fixed problem with cookies not being set to path=/ by default and a test bugg... | David Heinemeier Hansson | 2004-12-10 | 2 | -4/+5 |
* | Options for the new validation methods are now given as a hash | David Heinemeier Hansson | 2004-12-10 | 3 | -12/+28 |
* | Added Base.validate_uniqueness thatv alidates whether the value of the specif... | David Heinemeier Hansson | 2004-12-10 | 6 | -6/+73 |
* | Added Base.validate_presence as an alternative to implementing validate and d... | David Heinemeier Hansson | 2004-12-10 | 3 | -24/+81 |
* | 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 |