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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Class.new.name returns an empty string on 1.8
José Valim
2011-05-07
1
-1
/
+1
*
Revert "Revert the merge because tests did not pass."
José Valim
2011-05-07
2
-5
/
+9
*
fix yield not working from around filter of observers, fixes Github#329
Hemant Kumar
2011-05-07
1
-2
/
+2
*
Merge pull request #396 from asanghi/lh_4346
Xavier Noria
2011-05-06
1
-29
/
+52
|
\
|
*
Multiparameter POLA, time_select fixes. See LH4346
Aditya Sanghi
2011-05-05
1
-29
/
+52
*
|
Merge pull request #399 from ernie/join_conditions_on_join
Jon Leighton
2011-05-05
1
-3
/
+3
|
\
\
|
*
|
Add join conditions to JOIN clause, not WHERE
Ernie Miller
2011-05-05
1
-3
/
+3
|
|
/
*
|
Merge pull request #358 from baroquebobcat/fix_find_or_create_master
Aaron Patterson
2011-05-05
1
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
Fix for lighthouse #6741
Nick Howard
2011-05-01
1
-3
/
+6
*
|
Prepare for beta1
David Heinemeier Hansson
2011-05-04
1
-1
/
+1
*
|
ensure query cache is cleared when Rack body is closed, fixes bug reported on...
Aaron Patterson
2011-05-04
1
-0
/
+1
*
|
Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like...
José Valim
2011-05-04
2
-1
/
+8
*
|
Remove defined?(ActiveRecord) and use the railtie hook instead.
José Valim
2011-05-04
1
-3
/
+4
*
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-04
5
-33
/
+41
|
\
\
|
*
|
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
|
*
|
Remove extra whitespaces
Sebastian Martinez
2011-05-02
1
-18
/
+18
*
|
|
added the mysql schema test to mysql2 adapter, and fixed the corresponding fa...
Josh Kalderimis
2011-05-03
1
-2
/
+17
*
|
|
make sure IM repository is cleared after body is closed
Aaron Patterson
2011-05-03
1
-0
/
+1
*
|
|
proxying the body in the IM middleware so that IM is available for streaming ERb
Aaron Patterson
2011-05-03
1
-3
/
+21
*
|
|
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
2
-3
/
+32
*
|
|
Make the identity map use the instrumentation infrastructure so we can style ...
David Heinemeier Hansson
2011-05-01
2
-6
/
+18
*
|
|
Remove schema noise from logging (TODO: Deprecate/remove the name attribute t...
David Heinemeier Hansson
2011-05-01
1
-4
/
+4
*
|
|
Merge pull request #357 from joshk/assign_attributes.
David Heinemeier Hansson
2011-05-01
4
-25
/
+48
|
\
\
\
|
*
|
|
singular and collection relations in AR can now specify mass-assignment secur...
Josh Kalderimis
2011-05-01
3
-20
/
+20
|
*
|
|
Added mass-assignment security :as and :without_protection support to AR.new ...
Josh Kalderimis
2011-05-01
1
-5
/
+28
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #340 from joshk/default_scope_changes.
David Heinemeier Hansson
2011-05-01
1
-36
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
removed the default_scope deprecations and updated the docs and tests to refl...
Josh Kalderimis
2011-04-28
1
-36
/
+17
*
|
|
Merge pull request #316 from arunagw/jdbc_postgresql.
Aaron Patterson
2011-05-01
1
-83
/
+83
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Minor fixes in databases.rake
Arun Agrawal
2011-04-27
1
-71
/
+71
|
*
|
Allowing jdbcsqlite3 to drop database, clone structure. #jruby
Arun Agrawal
2011-04-27
1
-7
/
+7
|
*
|
Re-factored database.rake to allow Jdbcpostgresql. #jruby
Arun Agrawal
2011-04-27
1
-5
/
+5
*
|
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-01
8
-24
/
+65
|
\
\
\
|
*
\
\
Merge branch 'master' of github.com:lifo/docrails
Dan Pickett
2011-04-29
8
-24
/
+65
|
|
\
\
\
|
|
*
|
|
Better formatting here
Sebastian Martinez
2011-04-24
1
-3
/
+3
|
|
*
|
|
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
[next]