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
*
No need to pass options which is never used
Akira Matsuda
2011-05-29
1
-2
/
+2
*
No need to override for just calling super
Akira Matsuda
2011-05-29
2
-8
/
+0
*
stop using boolean expressions because of the side effects
Aaron Patterson
2011-05-27
1
-1
/
+4
*
close statment only if its not closed
Hemant Kumar
2011-05-28
1
-1
/
+1
*
work around bug in the sqlite3 bindings. fixes #1289
Aaron Patterson
2011-05-27
1
-0
/
+1
*
Merge branch 'master' of github.com:rails/rails
Xavier Noria
2011-05-25
3
-65
/
+2
|
\
|
*
removed deprecated methods, and related tests, from ActiveRecord
Josh Kalderimis
2011-05-25
3
-65
/
+2
*
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-25
5
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
Remove extra white spaces on ActiveRecord docs.
Sebastian Martinez
2011-05-23
5
-10
/
+10
*
|
Remove extra white-space on some exception messages.
Sebastian Martinez
2011-05-23
5
-6
/
+6
*
|
Removed AS core_ext/kernel/requires as it's not used and is bad practice.
Josh Kalderimis
2011-05-23
3
-3
/
+0
*
|
Merge pull request #1097 from kirillrdy/master
Michael Koziarski
2011-05-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Year 0 should fall to nil only if month and day are also 0
Kirill Radzikhovskyy
2011-05-17
1
-1
/
+1
*
|
on.upcase!
Akira Matsuda
2011-05-19
1
-1
/
+1
*
|
why not use JOIN statement for joining tables? (vol. 2)
Akira Matsuda
2011-05-18
1
-21
/
+12
*
|
remove unused table from FROM clause
Akira Matsuda
2011-05-18
1
-2
/
+0
*
|
why not use JOIN statement for joining tables?
Akira Matsuda
2011-05-18
1
-3
/
+3
|
/
*
supporting infinity and -infinity for timestamps in PG. fixes #544
Aaron Patterson
2011-05-13
1
-0
/
+13
*
use a null byte as a bind parameter substitute as it is not allowed in normal...
Aaron Patterson
2011-05-09
2
-12
/
+9
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-04
4
-15
/
+23
|
\
|
*
Remove extra whitespaces
Sebastian Martinez
2011-05-03
1
-9
/
+9
|
*
Improves Mysql2 adapter docs
Sebastian Martinez
2011-05-03
1
-0
/
+6
|
*
Added #recreate_database docs
Sebastian Martinez
2011-05-03
1
-0
/
+2
|
*
Fixes on schema_definitions docs
Sebastian Martinez
2011-05-03
1
-3
/
+3
|
*
fixed-fonts on SchemaDefinitions
Sebastian Martinez
2011-05-02
1
-3
/
+3
*
|
added the mysql schema test to mysql2 adapter, and fixed the corresponding fa...
Josh Kalderimis
2011-05-03
1
-2
/
+17
*
|
favor collect over each in mysql* adapters
Josh Kalderimis
2011-05-03
2
-8
/
+4
*
|
introduce a body proxy to ensure that query cache is enabled during streaming
Aaron Patterson
2011-05-02
1
-0
/
+8
*
|
Remove schema noise from logging (TODO: Deprecate/remove the name attribute t...
David Heinemeier Hansson
2011-05-01
1
-4
/
+4
|
/
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-01
7
-21
/
+62
|
\
|
*
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
*
|
|
|
using bind parameters for updates
Aaron Patterson
2011-04-30
5
-4
/
+15
|
/
/
/
*
|
|
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
[next]