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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reveal that the type option in migrations can be any supported column type fo...
Marcel Molina
2007-12-05
2
-1
/
+8
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
6
-6
/
+6
*
More complete documentation for find_by_sql. Closes #7912 [fearoffish]
Marcel Molina
2007-12-05
2
-3
/
+25
*
Document API for exists?'s parameter and provide examples of usage. Closes #7...
Marcel Molina
2007-12-05
2
-3
/
+14
*
Document API for create's attributes parameter and provide examples. Closes #...
Marcel Molina
2007-12-05
2
-2
/
+13
*
Documentation for find incorrectly omits the :conditions option from various ...
Marcel Molina
2007-12-05
2
-4
/
+6
*
Document options and add examples for update. Closes #7985 [fearoffish]
Marcel Molina
2007-12-05
2
-6
/
+12
*
Document options and add examples for delete. Closes #7986 [fearoffish]
Marcel Molina
2007-12-05
2
-2
/
+20
*
Document options and add examples for destroy. Closes #7988 [fearoffish]
Marcel Molina
2007-12-05
2
-2
/
+21
*
Document options and add examples for update_all. Closes #7990 [fearoffish]
Marcel Molina
2007-12-05
2
-5
/
+22
*
Document options for update_counters. Closes #8091 [fearoffish]
Marcel Molina
2007-12-05
2
-0
/
+14
*
Add documentation about the virtual attribute added by validates_confirmation...
Marcel Molina
2007-12-05
2
-3
/
+8
*
Add documentation for freeze and readonly related methods. Closes #8878 [pela...
Marcel Molina
2007-12-05
2
-4
/
+9
*
Document the timestamps schema definition method. Closes #9000 [mikong]
Marcel Molina
2007-12-05
2
-0
/
+4
*
Give examples for what tables should be called for models inside a module nam...
Marcel Molina
2007-12-05
2
-3
/
+14
*
Document the :message option for validates_associated. Closes #10357 [dylans]
Marcel Molina
2007-12-05
2
-0
/
+3
*
Document automatically generated predicate methods for attributes. Closes #10...
Marcel Molina
2007-12-05
2
-0
/
+16
*
Try again
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
MySQL: we can't distinguish a fake 0 default in 4.x
Jeremy Kemper
2007-12-05
1
-1
/
+2
*
Fix that options[:from] table names should never be quoted [DHH]
David Heinemeier Hansson
2007-12-05
2
-1
/
+12
*
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
3
-1
/
+24
*
Fixed that to_xml should not automatically pass :procs to associations includ...
David Heinemeier Hansson
2007-12-03
3
-29
/
+63
*
Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N]
Marcel Molina
2007-12-02
2
-1
/
+3
*
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
2
-1
/
+18
*
Prep for RC2
David Heinemeier Hansson
2007-11-29
3
-3
/
+3
*
attr_protected and _accessible use sets of strings instead of arrays of symbo...
Jeremy Kemper
2007-11-28
2
-8
/
+16
*
attr_readonly uses a set of strings instead of an array of symbols internally...
Jeremy Kemper
2007-11-28
3
-4
/
+4
*
Foxy fixtures: support single-table inheritance. Closes #10234.
Jeremy Kemper
2007-11-26
6
-2
/
+37
*
Foxy fixtures: allow mixed usage to make migration easier and more attractive...
Jeremy Kemper
2007-11-26
11
-22
/
+84
*
Make the record_timestamps class-inheritable so it can be set per model. Refe...
Jeremy Kemper
2007-11-26
2
-1
/
+3
*
Allow validates_acceptance_of to use a real attribute instead of only virtual...
David Heinemeier Hansson
2007-11-25
3
-3
/
+14
*
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
5
-3
/
+28
*
Honor Ruby's default calendar reform setting when creating DateTime objects v...
Geoff Buesing
2007-11-24
3
-3
/
+5
*
Add example.log for binary escaping test. References #10176.
Jeremy Kemper
2007-11-22
1
-0
/
+1
*
PostgreSQL: correct binary escaping. References #8049, closes #10176 [jbasdf,...
Jeremy Kemper
2007-11-22
2
-29
/
+24
*
Dynamic finders on association collections respect association :limit. Closes...
Jeremy Kemper
2007-11-21
6
-3
/
+41
*
Make Dynamic Finders on Association Collections Respect Association :order [p...
Michael Koziarski
2007-11-21
5
-3
/
+86
*
validates_inclusion_of and validates_exclusion_of allow formatted :message st...
Jeremy Kemper
2007-11-20
3
-4
/
+30
*
Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...
Michael Koziarski
2007-11-20
8
-0
/
+49
*
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
3
-1
/
+19
*
Use rexml for some tests rather than string include? checks to account for un...
Jeremy Kemper
2007-11-14
1
-14
/
+35
*
Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.
Jeremy Kemper
2007-11-14
4
-9
/
+29
*
Change plings to the more conventional quotes in the documentation. Closes #1...
Marcel Molina
2007-11-12
2
-1
/
+3
*
Improve documentation for IrreversibleMigrations. Closes #9636 [toolmantim]
Michael Koziarski
2007-11-11
1
-3
/
+3
[next]