| Commit message (Expand) | Author | Age | Files | Lines |
* | Update documentation for render :file. References #2858. | Jeremy Kemper | 2005-11-14 | 2 | -8/+14 |
* | Note that the ruby-memcache bindings are required to use the memcache store. | Jeremy Kemper | 2005-11-14 | 1 | -0/+1 |
* | Update CHANGELOG with more details. References #2842. | Jeremy Kemper | 2005-11-13 | 1 | -1/+1 |
* | Eliminate Subversion dependencies in scripts/plugin. Correct install options... | Jeremy Kemper | 2005-11-13 | 2 | -61/+96 |
* | Reapply [2942] which was elided by [2997]. References #2788. References #2848. | Jeremy Kemper | 2005-11-13 | 1 | -1/+1 |
* | Only include builtin filters whose filenames match /^[a-z][a-z_]*_helper.rb$/... | Jeremy Kemper | 2005-11-13 | 2 | -5/+6 |
* | hidden_field can also be in fields_for | David Heinemeier Hansson | 2005-11-13 | 1 | -1/+1 |
* | Make form_for work with additional options | David Heinemeier Hansson | 2005-11-13 | 1 | -1/+1 |
* | Show with local vars | David Heinemeier Hansson | 2005-11-13 | 1 | -2/+2 |
* | Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w... | David Heinemeier Hansson | 2005-11-13 | 10 | -24/+338 |
* | r3046@asus: jeremy | 2005-11-13 02:31:21 -0800 | Jeremy Kemper | 2005-11-13 | 1 | -4/+8 |
* | r3042@asus: jeremy | 2005-11-13 01:51:08 -0800 | Jeremy Kemper | 2005-11-13 | 4 | -20/+52 |
* | r3032@asus: jeremy | 2005-11-12 23:16:52 -0800 | Jeremy Kemper | 2005-11-13 | 3 | -16/+45 |
* | PostgreSQL: last_insert_id uses select_value rather than using @connection.ex... | Jeremy Kemper | 2005-11-13 | 1 | -2/+2 |
* | Much faster Oracle column reflection. References #2848. | Jeremy Kemper | 2005-11-13 | 2 | -16/+24 |
* | r4331@asus: jeremy | 2005-11-12 17:03:45 -0800 | Jeremy Kemper | 2005-11-13 | 1 | -2/+2 |
* | SQLite: the clone_structure_to_test and purge_test_database Rake tasks should... | Jeremy Kemper | 2005-11-13 | 2 | -2/+2 |
* | SQLite: the clone_structure_to_test Rake task should always use the test envi... | Jeremy Kemper | 2005-11-13 | 2 | -1/+3 |
* | PostgreSQL: min_messages = warning for AR tests. | Jeremy Kemper | 2005-11-12 | 1 | -5/+5 |
* | Pulled auto-starting browser: More pain than gain | David Heinemeier Hansson | 2005-11-12 | 4 | -9/+1 |
* | r4325@asus: jeremy | 2005-11-12 03:57:46 -0800 | Jeremy Kemper | 2005-11-12 | 6 | -39/+103 |
* | Make Validations#create! use the current scope | Jamis Buck | 2005-11-12 | 1 | -0/+2 |
* | SQLServer: don't report limits for unsupported field types. Closes #2835. | Jeremy Kemper | 2005-11-11 | 2 | -0/+4 |
* | Include the Enumerable module in ActiveRecord::Errors. | Jeremy Kemper | 2005-11-11 | 2 | -0/+4 |
* | Changelogging | David Heinemeier Hansson | 2005-11-11 | 1 | -0/+2 |
* | Make sure that legacy db tasks also reference :database for SQLite (closes #2... | David Heinemeier Hansson | 2005-11-11 | 1 | -3/+6 |
* | options_for_select allows any objects which respond_to? :first and :last rath... | Jeremy Kemper | 2005-11-10 | 3 | -7/+19 |
* | Fix const_missing handler to ignore the trailing '.rb' on files when comparin... | Nicholas Seckar | 2005-11-10 | 2 | -1/+3 |
* | Update docs for AR::Base#clone. | Jeremy Kemper | 2005-11-10 | 1 | -1/+5 |
* | Add :group option, correspond to GROUP BY, to the find method and to the has_... | Jeremy Kemper | 2005-11-10 | 5 | -3/+19 |
* | Pass __FILE__ when evaluating plugins' init.rb. Closes #2817. | Jeremy Kemper | 2005-11-10 | 2 | -1/+3 |
* | Better svn status matching for generators. Closes #2814. | Jeremy Kemper | 2005-11-10 | 2 | -1/+8 |
* | Make sure the acts_as_list_class is resolved relative to the global namespace | Jamis Buck | 2005-11-10 | 1 | -1/+1 |
* | This does not need to be thread local (thanks skaes). | Scott Barron | 2005-11-10 | 1 | -2/+2 |
* | Disabled stderr suppressing until activesupport is available also in non-gem ... | David Heinemeier Hansson | 2005-11-10 | 1 | -1/+1 |
* | Don't reload routes until plugins have been loaded so they have a chance to e... | David Heinemeier Hansson | 2005-11-10 | 2 | -1/+5 |
* | Don't cast nil or empty strings to a dummy date. Closes #2789. | Jeremy Kemper | 2005-11-10 | 2 | -0/+3 |
* | Expand tabs and strip trailing whitespace. | Jeremy Kemper | 2005-11-10 | 1 | -177/+171 |
* | acts_as_list plays nicely with inheritance by remembering the class which dec... | Jeremy Kemper | 2005-11-10 | 5 | -12/+196 |
* | The auto_link text helper accepts an optional block to format the link text f... | Jeremy Kemper | 2005-11-10 | 3 | -10/+40 |
* | Fix sqlite adaptor's detection of missing dbfile or database declaration | Nicholas Seckar | 2005-11-10 | 2 | -1/+3 |
* | Don't detach or fork for script/server tailing | Nicholas Seckar | 2005-11-09 | 2 | -19/+21 |
* | Added automatic browser launching on OS X when starting script/server [DHH] | David Heinemeier Hansson | 2005-11-09 | 4 | -4/+12 |
* | Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path... | David Heinemeier Hansson | 2005-11-09 | 17 | -20/+20 |
* | Include all of session creation in stale_session_check | Jeremy Kemper | 2005-11-09 | 1 | -6/+8 |
* | Another word on precedence (closes #2790) | David Heinemeier Hansson | 2005-11-09 | 1 | -0/+2 |
* | Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "... | David Heinemeier Hansson | 2005-11-09 | 3 | -3/+9 |
* | Increase criticality in comment for ENV["RAILS_ENV"] | David Heinemeier Hansson | 2005-11-09 | 1 | -1/+1 |
* | assert_tag uses exact matches for string conditions, instead of partial match... | Jamis Buck | 2005-11-09 | 2 | -1/+3 |
* | Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan... | David Heinemeier Hansson | 2005-11-09 | 5 | -8/+33 |