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
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
5
-5
/
+5
*
More complete documentation for find_by_sql. Closes #7912 [fearoffish]
Marcel Molina
2007-12-05
1
-3
/
+23
*
Document API for exists?'s parameter and provide examples of usage. Closes #7...
Marcel Molina
2007-12-05
1
-3
/
+12
*
Document API for create's attributes parameter and provide examples. Closes #...
Marcel Molina
2007-12-05
1
-2
/
+11
*
Documentation for find incorrectly omits the :conditions option from various ...
Marcel Molina
2007-12-05
1
-4
/
+4
*
Document options and add examples for update. Closes #7985 [fearoffish]
Marcel Molina
2007-12-05
1
-6
/
+10
*
Document options and add examples for delete. Closes #7986 [fearoffish]
Marcel Molina
2007-12-05
1
-2
/
+18
*
Document options and add examples for destroy. Closes #7988 [fearoffish]
Marcel Molina
2007-12-05
1
-2
/
+19
*
Document options and add examples for update_all. Closes #7990 [fearoffish]
Marcel Molina
2007-12-05
1
-5
/
+20
*
Document options for update_counters. Closes #8091 [fearoffish]
Marcel Molina
2007-12-05
1
-0
/
+12
*
Add documentation about the virtual attribute added by validates_confirmation...
Marcel Molina
2007-12-05
1
-3
/
+6
*
Add documentation for freeze and readonly related methods. Closes #8878 [pela...
Marcel Molina
2007-12-05
1
-4
/
+7
*
Document the timestamps schema definition method. Closes #9000 [mikong]
Marcel Molina
2007-12-05
1
-0
/
+2
*
Give examples for what tables should be called for models inside a module nam...
Marcel Molina
2007-12-05
1
-3
/
+12
*
Document the :message option for validates_associated. Closes #10357 [dylans]
Marcel Molina
2007-12-05
1
-0
/
+1
*
Document automatically generated predicate methods for attributes. Closes #10...
Marcel Molina
2007-12-05
1
-0
/
+14
*
Fix that options[:from] table names should never be quoted [DHH]
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Copy the cache too
David Heinemeier Hansson
2007-12-03
1
-0
/
+1
*
Added ActiveRecord::Base#becomes to turn a record into one of another class (...
David Heinemeier Hansson
2007-12-03
1
-0
/
+14
*
Fixed that to_xml should not automatically pass :procs to associations includ...
David Heinemeier Hansson
2007-12-03
1
-8
/
+10
*
Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N]
Marcel Molina
2007-12-02
1
-1
/
+1
*
Handle 8.1 default formatting. Closes #10333 [Tim Pope]
Jeremy Kemper
2007-12-02
1
-0
/
+3
*
Warn users about the race condition in validates_uniqueness_of. [Koz]
Michael Koziarski
2007-12-01
1
-0
/
+4
*
Removed documentation for the removed rollback! method on transactions and me...
Tobias Lütke
2007-11-29
1
-12
/
+2
*
Make reset return nil when using a dangling belongs_to association. Current ...
Michael Koziarski
2007-11-29
1
-1
/
+1
*
Prep for RC2
David Heinemeier Hansson
2007-11-29
1
-1
/
+1
*
attr_protected and _accessible use sets of strings instead of arrays of symbo...
Jeremy Kemper
2007-11-28
1
-4
/
+4
*
attr_readonly uses a set of strings instead of an array of symbols internally...
Jeremy Kemper
2007-11-28
1
-2
/
+2
*
Foxy fixtures: support single-table inheritance. Closes #10234.
Jeremy Kemper
2007-11-26
1
-1
/
+13
*
Foxy fixtures: allow mixed usage to make migration easier and more attractive...
Jeremy Kemper
2007-11-26
1
-11
/
+18
*
Make the record_timestamps class-inheritable so it can be set per model. Refe...
Jeremy Kemper
2007-11-26
1
-1
/
+1
*
Allow validates_acceptance_of to use a real attribute instead of only virtual...
David Heinemeier Hansson
2007-11-25
1
-3
/
+3
*
Docfix (closes #10252)
David Heinemeier Hansson
2007-11-25
1
-1
/
+1
*
Fixed that create table with :id => false and fixtures don't play nice togeth...
David Heinemeier Hansson
2007-11-25
1
-2
/
+6
*
Honor Ruby's default calendar reform setting when creating DateTime objects v...
Geoff Buesing
2007-11-24
1
-2
/
+1
*
PostgreSQL: correct binary escaping. References #8049, closes #10176 [jbasdf,...
Jeremy Kemper
2007-11-22
1
-2
/
+2
*
Dynamic finders on association collections respect association :limit. Closes...
Jeremy Kemper
2007-11-21
3
-3
/
+8
*
Make Dynamic Finders on Association Collections Respect Association :order [p...
Michael Koziarski
2007-11-21
3
-3
/
+4
*
validates_inclusion_of and validates_exclusion_of allow formatted :message st...
Jeremy Kemper
2007-11-20
1
-4
/
+6
*
Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...
Michael Koziarski
2007-11-20
1
-0
/
+35
*
Use debug, not info as log_info will discard the information if info is used.
Michael Koziarski
2007-11-17
1
-1
/
+1
*
attr_readonly behaves well with optimistic locking. Closes #10188.
Jeremy Kemper
2007-11-16
1
-1
/
+1
*
Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.
Jeremy Kemper
2007-11-14
1
-0
/
+4
*
Change plings to the more conventional quotes in the documentation. Closes #1...
Marcel Molina
2007-11-12
1
-1
/
+1
*
Improve documentation for IrreversibleMigrations. Closes #9636 [toolmantim]
Michael Koziarski
2007-11-11
1
-3
/
+3
*
Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...
Rick Olson
2007-11-11
1
-1
/
+2
*
Ensure that column names are quoted. Closes #10134 [wesley.moxam]
Michael Koziarski
2007-11-10
1
-31
/
+48
*
Set the record straight on the purpose and utility of db/schema.rb
David Heinemeier Hansson
2007-11-09
1
-2
/
+9
*
Prepare versions for RC1
David Heinemeier Hansson
2007-11-09
1
-2
/
+2
*
Kill the whiny_protected_attributes setting and kill the exception raised. In...
David Heinemeier Hansson
2007-11-09
1
-13
/
+1
[next]