Ruby on Rails
Go to file
David Heinemeier Hansson a971dc5e4a Fixed default scope of acts_as_list from "1" to "1 = 1", so itll work in PostgreSQL (among other places) #427 [Alexey]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@380 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-11 00:13:42 +00:00
actionmailer Updated Rakefiles for the server move 2004-12-30 00:26:14 +00:00
actionpack Added that form helpers now take an index option #448 [Tim Bates] 2005-01-10 23:57:36 +00:00
activerecord Fixed default scope of acts_as_list from "1" to "1 = 1", so itll work in PostgreSQL (among other places) #427 [Alexey] 2005-01-11 00:13:42 +00:00
activesupport Fixed that Dependencies.reload can't load the same file twice #420 [Kent Sibilev] 2005-01-10 23:52:37 +00:00
railties Added that rake clone_structure_to_test, db_structure_dump, and purge_test_database tasks now pick up the source database to use from RAILS_ENV instead of just forcing development #424 [Tobias Luetke] 2005-01-11 00:07:35 +00:00