index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron]
David Heinemeier Hansson
2004-12-07
3
-0
/
+4
*
Documentation bugs
David Heinemeier Hansson
2004-12-07
1
-2
/
+2
*
Added bind-style variable interpolation for the condition arrays that uses th...
David Heinemeier Hansson
2004-12-07
3
-11
/
+32
*
Added CSV format for fixtures #272 [what-a-day]
David Heinemeier Hansson
2004-12-07
2
-36
/
+145
*
Fixed fixtures using primary key fields called something else than "id" #270 ...
David Heinemeier Hansson
2004-12-06
2
-1
/
+3
*
Added extra words of caution for guarding against SQL-injection attacks
David Heinemeier Hansson
2004-12-06
1
-3
/
+7
*
Dont include the primary key in updates -- its unneeded and SQL Server chokes...
David Heinemeier Hansson
2004-12-01
1
-3
/
+3
*
Added proper handling of time fields that are turned into Time objects with t...
David Heinemeier Hansson
2004-12-01
8
-4
/
+37
*
Added reverse order of deleting fixtures, so referential keys can be maintain...
David Heinemeier Hansson
2004-12-01
5
-23
/
+26
*
Fixed infinite loop when environment is missing in database.yml
David Heinemeier Hansson
2004-12-01
1
-2
/
+6
*
Added relative path search for sqlite dbfiles in database.yml (if RAILS_ROOT ...
David Heinemeier Hansson
2004-12-01
2
-2
/
+5
*
Moved the global require_* out of the classes so they actually work without s...
David Heinemeier Hansson
2004-11-30
1
-3
/
+5
*
Abolished ActionController::Base.require_or_load in favor of require_dependen...
David Heinemeier Hansson
2004-11-30
2
-4
/
+12
*
Silence errors occurring when reloading classes
David Heinemeier Hansson
2004-11-30
5
-5
/
+12
*
symbolize_strings_in_hash shouldnt change receiver -- this should fix the bug...
David Heinemeier Hansson
2004-11-26
1
-6
/
+4
*
Keep quiet about failing to load association classes. People know what theyre...
David Heinemeier Hansson
2004-11-26
1
-5
/
+1
*
Dont include svn directories in packages
David Heinemeier Hansson
2004-11-25
1
-1
/
+1
*
Added option to establish_connection where you'll be able to leave out the pa...
David Heinemeier Hansson
2004-11-25
2
-13
/
+18
*
Initial
David Heinemeier Hansson
2004-11-24
113
-0
/
+11398