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
...
*
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
3
-180
/
+197
*
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
*
avoid @lock_value not initialized warning
Santiago Pastorino
2010-02-22
1
-1
/
+1
*
avoid @transaction_joinable not initialized warning
Santiago Pastorino
2010-02-22
1
-1
/
+1
*
avoid active not initialized warning
Santiago Pastorino
2010-02-22
1
-0
/
+1
*
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...
José Valim
2010-02-21
1
-4
/
+9
*
Add to_key and to_param methods to ActiveModel::Conversion.
José Valim
2010-02-21
1
-1
/
+1
*
AMo #key is now #to_key and CI is probably happy
snusnu
2010-02-20
1
-3
/
+5
*
Adds #key and #to_param to the AMo interface
snusnu
2010-02-19
1
-0
/
+14
*
Rename Rails::Subscriber to Rails::LogSubscriber
Prem Sichanugrist
2010-02-16
3
-4
/
+4
*
Move batch finders to Relation
Pratik Naik
2010-02-12
4
-81
/
+81
*
Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the MySQL...
David Heinemeier Hansson
2010-02-06
1
-4
/
+8
*
fix usage examples and more to use new invocations
RomD
2010-02-06
1
-2
/
+2
*
Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ...
Prem Sichanugrist
2010-02-06
1
-1
/
+1
*
Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always u...
Jeremy Kemper
2010-02-04
1
-2
/
+4
*
Merge
David Heinemeier Hansson
2010-02-03
2
-3
/
+3
|
\
|
*
Merge remote branch 'mikel/master'
Jeremy Kemper
2010-02-03
1
-2
/
+2
|
|
\
|
|
*
Adding guard to make sure test database declarations exist before trying to a...
Mikel Lindsaar
2010-02-04
1
-2
/
+2
|
*
|
removing , from ,= statement in WrappedDatabaseException constructor
SubbaRao Pasupuleti
2010-02-03
1
-1
/
+1
|
|
/
*
/
Move to 3.0.0.beta
David Heinemeier Hansson
2010-02-03
1
-1
/
+1
|
/
*
Added encoding qery support for SQLite3 to make rake db:charset work on all d...
Mikel Lindsaar
2010-02-03
2
-0
/
+14
*
Made rake db:create also create the test database if you are in development mode
Mikel Lindsaar
2010-02-03
1
-1
/
+5
*
fixed migration logger bug [#3434 status:resolved]
Corey Johnson
2010-02-02
1
-1
/
+1
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-3
/
+6
*
Axe AM state machine
Joshua Peek
2010-01-30
1
-24
/
+0
*
Rely on arel to generate the correct sql when an empty array is supplied to I...
Pratik Naik
2010-01-30
1
-1
/
+1
*
Drop AR I18n deprecation and simple use errors.messages as fallback.
José Valim
2010-01-30
3
-26
/
+14
*
tsort-based dependency resolution for initializers
Paul Rosania
2010-01-29
1
-1
/
+1
*
Move the ActiveRecord generator settings into the Railtie
Carl Lerche
2010-01-28
1
-0
/
+3
*
Clear up some ivar warnings
Jeremy Kemper
2010-01-27
1
-3
/
+13
*
future proofing the sqlite3 adapter code
Aaron Patterson
2010-01-26
1
-3
/
+3
*
PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so...
Jack Christensen
2010-01-25
1
-1
/
+5
*
Fix AR's rake tasks to work with the Rails::Application refactor
Carlhuda
2010-01-25
1
-1
/
+1
*
As first step setup the load path and lazy compare middlewares.
José Valim
2010-01-25
1
-3
/
+3
[prev]
[next]