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
*
Merge branch 'master' of github.com:lifo/docrails
Dan Pickett
2011-04-29
7
-21
/
+62
|
\
|
*
Added missing docs to mysql2_adapter
Sebastian Martinez
2011-04-22
1
-0
/
+13
|
*
Fixed punctuation errors.
Sebastian Martinez
2011-04-22
1
-4
/
+4
|
*
Better docs formatting
Sebastian Martinez
2011-04-22
1
-10
/
+11
|
*
Fix #postgresql_version docs
Sebastian Martinez
2011-04-22
1
-1
/
+1
|
*
Added docs for #version on mysql_adapter
Sebastian Martinez
2011-04-22
1
-0
/
+1
|
*
Added some docs on SQLite adapter
Sebastian Martinez
2011-04-22
1
-0
/
+5
|
*
Make this docs more consistent with the rest of the docs present
Sebastian Martinez
2011-04-22
3
-4
/
+6
|
*
dot missing here
Sebastian Martinez
2011-04-22
1
-1
/
+1
|
*
Added doc for #table_exists?
Sebastian Martinez
2011-04-22
1
-0
/
+4
|
*
Added docs for #rename_table on some adapters
Sebastian Martinez
2011-04-22
3
-0
/
+11
|
*
Added docs for #columns on some adapters
Sebastian Martinez
2011-04-22
2
-0
/
+2
|
*
Merge branch 'master' of git://github.com/rails/rails
Xavier Noria
2011-04-23
5
-48
/
+46
|
|
\
|
*
|
Added docs for #indexes on adapters
Sebastian Martinez
2011-04-22
3
-1
/
+3
*
|
|
convert query results to a list of lists
Aaron Patterson
2011-04-29
1
-2
/
+1
*
|
|
requring pg ~> 0.11, so remove conditional code for supporting older versions...
Aaron Patterson
2011-04-29
1
-56
/
+12
*
|
|
Make postgresql faster on development (thanks to @tapajos).
José Valim
2011-04-29
1
-0
/
+8
*
|
|
lean on rubygems to provide error messages about missing gems
Aaron Patterson
2011-04-29
1
-9
/
+2
*
|
|
supporting delete with bind parameters in mysql2
Aaron Patterson
2011-04-29
1
-0
/
+8
*
|
|
refactor exec_delete to reuse the statement cache from exec_query
Aaron Patterson
2011-04-29
1
-70
/
+44
*
|
|
statement cache for deletes working on mysql
Aaron Patterson
2011-04-29
1
-0
/
+39
*
|
|
sqlite3 supports prepared statement deletes
Aaron Patterson
2011-04-29
1
-0
/
+5
*
|
|
postgresql supports prepare statement deletes
Aaron Patterson
2011-04-29
2
-24
/
+40
*
|
|
clearing statement from cache on exception in order to support older versions...
Aaron Patterson
2011-04-28
1
-3
/
+13
*
|
|
requiring a newer version of the mysql2 gem
Aaron Patterson
2011-04-27
1
-0
/
+1
*
|
|
Merged pull request #310 from beanieboi/master.
Aaron Patterson
2011-04-26
1
-1
/
+10
|
\
\
\
|
*
|
|
Added tsvector Datatype Support
Benjamin Fritsch
2011-04-26
1
-1
/
+10
*
|
|
|
Use existing #empty_insert_statement_value for an insert with no columns.
Ken Collins
2011-04-24
2
-8
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-04-23
3
-8
/
+24
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
copy-edits 0e2644c
Xavier Noria
2011-04-23
3
-3
/
+3
|
*
|
copy-edits e2656e0
Xavier Noria
2011-04-23
2
-3
/
+3
|
*
|
copy-edits 3d45964
Xavier Noria
2011-04-23
2
-2
/
+2
|
*
|
Added docs for #drop_database on MySQL adapter
Sebastian Martinez
2011-04-22
2
-1
/
+5
|
*
|
Added docs for #disconnect! on adapters
Sebastian Martinez
2011-04-22
3
-1
/
+6
|
*
|
Added missing docs for clear_cache! on adapters
Sebastian Martinez
2011-04-22
3
-0
/
+3
|
*
|
Added missing docs for +supports_primary_key?+ on some adapters
Sebastian Martinez
2011-04-22
2
-0
/
+2
|
*
|
Added missing docs for +support_migrations?+ on some adapters
Sebastian Martinez
2011-04-22
2
-0
/
+2
|
*
|
Have a more connection specific rdoc for +supports_statement_cache?+
Sebastian Martinez
2011-04-22
3
-6
/
+6
|
*
|
Removed ON() on distinct comment
Sebastian Martinez
2011-04-22
1
-1
/
+1
*
|
|
split indexes and column types on money / binary iteration
Aaron Patterson
2011-04-22
1
-6
/
+5
*
|
|
fetch result row arrays from pg in C and return early if there are no money o...
Aaron Patterson
2011-04-22
1
-31
/
+36
*
|
|
set the backtrace to prevent AR exceptions from lying to us
Aaron Patterson
2011-04-22
1
-1
/
+3
*
|
|
removing incorrect comment and string concatenation
Aaron Patterson
2011-04-22
1
-4
/
+1
*
|
|
Move #exec_insert to abstract adapter's database statements.
Ken Collins
2011-04-22
4
-12
/
+7
|
|
/
|
/
|
*
|
stop using distinct on for the unique id queries. [#6450 state:resolved]
Aaron Patterson
2011-04-21
1
-1
/
+1
|
/
*
Fix test_load_save in test/cases/binary_test.rb (thanks @tenderlove for actua...
Jon Leighton
2011-04-17
1
-2
/
+1
*
mimic prepared statements in the exec_insert for mysql2
Aaron Patterson
2011-04-14
1
-0
/
+11
*
mysql type cast should return integers when typecasting true / false
Aaron Patterson
2011-04-14
1
-0
/
+6
*
using the database adapter to typecast before executing prepared statement
Aaron Patterson
2011-04-14
2
-2
/
+14
*
inserting big decimals as strings works consistently among dbs, so use string...
Aaron Patterson
2011-04-14
1
-1
/
+1
[next]