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
/
lib
/
active_record
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added named bind-style variable interpolation #281 [Michael Koziarski]
David Heinemeier Hansson
2004-12-08
1
-6
/
+35
*
Added the option for sanitizing find_by_sql and the offset parts in regular f...
David Heinemeier Hansson
2004-12-07
1
-4
/
+9
*
Fixed value quoting in all generated SQL statements, so that integers are not...
David Heinemeier Hansson
2004-12-07
1
-12
/
+19
*
Added bind-style variable interpolation for the condition arrays that uses th...
David Heinemeier Hansson
2004-12-07
1
-11
/
+15
*
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
*
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
1
-3
/
+11
*
Silence errors occurring when reloading classes
David Heinemeier Hansson
2004-11-30
1
-2
/
+2
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+1051