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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "primary_key now supports :limit for MySQL". Break Sam Ruby app.
José Valim
2010-03-27
3
-44
/
+32
*
primary_key now supports :limit for MySQL
Rizwan Reza
2010-03-27
3
-32
/
+44
*
Revert "primary_key now supports :limit. [#876 state:resolved]" since it brok...
José Valim
2010-03-27
3
-44
/
+32
*
avoiding a few closure references by evaling. [#4223 state:resolved]
Aaron Patterson
2010-03-27
1
-12
/
+18
*
primary_key now supports :limit. [#876 state:resolved]
Rizwan Reza
2010-03-27
3
-32
/
+44
*
Revert "Changed behavior of touch and added touch! Originally implemented by ...
Pratik Naik
2010-03-27
1
-18
/
+8
*
Changed behavior of touch and added touch! Originally implemented by Obie Fer...
Nathaniel Bibler
2010-03-27
1
-8
/
+18
*
In PostgreSQLAdapter, switch tables query to use current_schemas function [#9...
Kris Selden
2010-03-26
1
-3
/
+1
*
Merge branch 'master' into docrails
wycats
2010-03-26
27
-94
/
+110
|
\
|
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
1
-3
/
+2
|
*
Better MySQL Error message. [#3775 state:resolved]
Rizwan Reza
2010-03-26
1
-1
/
+1
|
*
Remove unused attributes_with_quotes method.
Emilio Tagua
2010-03-25
1
-20
/
+0
|
*
Move methods from association to relation finder methods.
Emilio Tagua
2010-03-25
2
-11
/
+11
|
*
Refactor relation merging to create just one relation and then assign values,...
Emilio Tagua
2010-03-25
1
-22
/
+14
|
*
Add add_limit_offset! to adapters.
Emilio Tagua
2010-03-25
2
-0
/
+35
|
*
expand migration paths before requiring them. [#4240 state:resolved]
Aaron Patterson
2010-03-23
1
-1
/
+1
|
*
rake tasks should use the new app generator path [#4257 state:resolved]
Sebastian Martinez
2010-03-23
1
-1
/
+1
|
*
Load generators from both lib/rails/generators and lib/generators. Using the ...
José Valim
2010-03-23
10
-4
/
+4
|
*
From and lock should be defined to be consistent with other ivars. Limit and ...
Emilio Tagua
2010-03-22
2
-19
/
+6
|
*
switching migrations to use require cleans up many warnings [#4234 state:reso...
Aaron Patterson
2010-03-19
1
-1
/
+1
|
*
kill where / having method redefine warnings. [#4225 state:resolved]
Aaron Patterson
2010-03-18
1
-0
/
+1
|
*
squelching more warnings in the AR tests. [#4218 state:resolved]
Aaron Patterson
2010-03-18
1
-1
/
+6
|
*
cleaning up a bunch of method already defined warnings [#4209 state:resolved]
Aaron Patterson
2010-03-17
1
-0
/
+3
|
*
Move require closer to home
Jeremy Kemper
2010-03-17
1
-1
/
+0
|
*
fixing activerecord tests [#4205 state:resolved]
Aaron Patterson
2010-03-17
1
-0
/
+1
|
*
fisting uninitialized ivar warnings. [#4198 state:resolved]
Aaron Patterson
2010-03-16
3
-8
/
+14
|
*
clean up more warnings, remove unnecessary methods, fix eval line numbers. [#...
Aaron Patterson
2010-03-16
4
-3
/
+11
*
|
Add debugging documentation for _callback_chain to ActiveRecord::Callback
chrisfinne
2010-03-26
1
-0
/
+10
*
|
fix habtm documentation to correct typo
Jeremy Roman
2010-03-26
1
-1
/
+1
|
/
*
cleaning up many more warnings in activerecord [#4180 state:resolved]
Aaron Patterson
2010-03-15
4
-3
/
+17
*
speeding up clone_attributes, changing readonly to be initialized in def init...
Aaron Patterson
2010-03-14
1
-8
/
+9
*
cleaning up some test warnings
Aaron Patterson
2010-03-14
4
-5
/
+16
*
keep AssociationProxy#to_a to avoid warning in Array(post.author), and delega...
Xavier Noria
2010-03-12
2
-1
/
+2
*
Arel now fallback to using Arel::Attribute if the table/column doesn't exists.
Emilio Tagua
2010-03-10
1
-3
/
+1
*
removing spawn from SpawnMethods
Aaron Patterson
2010-03-10
4
-13
/
+13
*
Fix scope loading issue when the table doesn't exist
Pratik Naik
2010-03-10
1
-1
/
+3
*
Fix associations to call :destroy or :delete based on the right :dependent op...
Carlos Antonio da Silva
2010-03-09
1
-3
/
+3
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
4
-185
/
+205
*
drying up more code in associations.rb
Aaron Patterson
2010-03-06
1
-17
/
+11
*
deleting repeated code
Aaron Patterson
2010-03-06
1
-17
/
+7
*
converting inject to each and map
Aaron Patterson
2010-03-06
1
-5
/
+4
*
refactoring build_where
Aaron Patterson
2010-03-06
1
-7
/
+7
*
Update versions of all components to normalize them to new format
Bryan Helmkamp
2010-03-02
1
-2
/
+3
*
ActiveRecord should raise an error on invalid migration types.
José Valim
2010-02-28
1
-4
/
+7
*
Print database.rake errors to stderr.
S. Christoffer Eliesen
2010-02-27
1
-5
/
+5
*
no more warning interpreted as argument prefix on association_preload.rb
Santiago Pastorino
2010-02-26
1
-1
/
+1
*
fixed a 'RecordNotFound' bug when calling 'reload' on a object which doesn't ...
Tobias Bielohlawek
2010-02-26
1
-1
/
+1
*
Fix a bug where default_scope was overriding attributes given on model initia...
Henry Hsu
2010-02-26
1
-1
/
+1
*
Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.
Jeremy Kemper
2010-02-25
3
-5
/
+5
*
Revert "Fix test load paths for those not using bundler"
Carlhuda
2010-02-23
1
-0
/
+1
[next]