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
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added Base.default_timezone accessor that determines whether to use Time.loca...
David Heinemeier Hansson
2004-12-28
1
-10
/
+10
*
Added the possibility for adapters to overwrite add_limit! to implement a dif...
David Heinemeier Hansson
2004-12-28
2
-85
/
+48
*
Added more informative exceptions in establish_connection #356 [bitsweat]
David Heinemeier Hansson
2004-12-22
1
-4
/
+3
*
Fixed that nested transactions now work by letting the outer most transaction...
David Heinemeier Hansson
2004-12-22
1
-4
/
+4
*
Changed the interface on AbstractAdapter to require that adapters return the ...
David Heinemeier Hansson
2004-12-19
4
-8
/
+25
*
Added that query benchmarking will only happen if its going to be logged anyw...
David Heinemeier Hansson
2004-12-19
1
-1
/
+1
*
Updated and added more documentation
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Improving documentation...
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Fixed that every successive call on the sqlite adapter prepended RAILS_ROOT a...
David Heinemeier Hansson
2004-12-12
1
-1
/
+1
*
Options for the new validation methods are now given as a hash
David Heinemeier Hansson
2004-12-10
1
-1
/
+1
*
Added Base.validate_uniqueness thatv alidates whether the value of the specif...
David Heinemeier Hansson
2004-12-10
1
-1
/
+1
*
Fixed TIMESTAMP columns broken due to TIME handling patch
David Heinemeier Hansson
2004-12-09
1
-11
/
+15
*
Fixed value quoting in all generated SQL statements, so that integers are not...
David Heinemeier Hansson
2004-12-07
2
-7
/
+12
*
Added proper handling of time fields that are turned into Time objects with t...
David Heinemeier Hansson
2004-12-01
1
-1
/
+13
*
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
1
-2
/
+3
*
symbolize_strings_in_hash shouldnt change receiver -- this should fix the bug...
David Heinemeier Hansson
2004-11-26
1
-6
/
+4
*
Added option to establish_connection where you'll be able to leave out the pa...
David Heinemeier Hansson
2004-11-25
1
-13
/
+16
*
Initial
David Heinemeier Hansson
2004-11-24
5
-0
/
+1075