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
*
and now even with proper markup
Xavier Noria
2010-02-15
1
-2
/
+2
*
testing cron job in edge api generation
Xavier Noria
2010-02-15
1
-2
/
+2
*
Move batch finders to Relation
Pratik Naik
2010-02-12
5
-82
/
+82
*
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
*
Change Rails::Generators::Migration protected instance methods to class metho...
Szymon Nowak
2010-02-02
1
-9
/
+8
*
fixed migration logger bug [#3434 status:resolved]
Corey Johnson
2010-02-02
1
-1
/
+1
*
Merge branch 'master' of git://github.com/rails/rails
Mikel Lindsaar
2010-02-02
1
-3
/
+6
|
\
|
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-3
/
+6
*
|
Updating copyright dates on all licenses
Mikel Lindsaar
2010-02-01
1
-1
/
+1
|
/
*
Axe AM state machine
Joshua Peek
2010-01-30
2
-25
/
+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
*
Add active_model/railtie back to generated boot.rb, add models back to paths,...
José Valim
2010-01-25
1
-5
/
+4
*
Rename plugin_name to railtie_name and engine_name.
José Valim
2010-01-24
1
-1
/
+1
*
Merge branch 'master' into app
José Valim
2010-01-23
19
-474
/
+165
|
\
|
*
Make default_scope work with Relations
Pratik Naik
2010-01-23
1
-2
/
+3
|
*
Relation should respond to class methods
Pratik Naik
2010-01-22
1
-1
/
+1
|
*
Allow calling class methods on a Relation
Pratik Naik
2010-01-22
1
-0
/
+2
|
*
Revert "Refactoring attributes/types" [#3348 state:open]
Pratik Naik
2010-01-22
17
-458
/
+148
|
*
Simplify finder method definitions
Pratik Naik
2010-01-21
1
-13
/
+11
*
|
Moved more configuration away from bootstrap.
José Valim
2010-01-22
1
-5
/
+5
|
/
*
Supplying Arel::SqlLiteral is much faster
Pratik Naik
2010-01-21
2
-7
/
+17
*
Use quoted_table_name with arel.from() if no from values explicitly supplied....
Pratik Naik
2010-01-21
1
-2
/
+4
*
Cache quoted_table_name
Pratik Naik
2010-01-21
1
-4
/
+5
*
Relation#spawn is basically clone + reset
Pratik Naik
2010-01-21
1
-12
/
+2
*
Always use table.* in the finder query unless specified
Pratik Naik
2010-01-21
1
-1
/
+1
*
Use @limit_value and @offset_value instead of calling arel
Pratik Naik
2010-01-20
2
-5
/
+5
*
Move update and update_all to Relation
Pratik Naik
2010-01-20
2
-70
/
+65
*
Fix AP's AR integration tests warning
Pratik Naik
2010-01-20
1
-1
/
+1
*
Base.merge_conditions is no longer needed
Pratik Naik
2010-01-20
2
-16
/
+2
*
Dont delegate Relation#update to arel
Pratik Naik
2010-01-20
3
-4
/
+4
*
Delegate delete_all to Relation
Pratik Naik
2010-01-20
2
-24
/
+20
*
Move destroy to Relation
Pratik Naik
2010-01-20
2
-28
/
+28
[next]