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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ensure that ActionMailer::Base is there and not just the parent module
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
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
*
Fix typo in [8287]
Marcel Molina
2007-12-05
1
-1
/
+1
*
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
*
Document the supported options for sortable_element. Closes #8820 [berkelep]
Marcel Molina
2007-12-05
2
-2
/
+59
*
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
*
Add examples in the documentation for various assertions. Closes #9938 [zapnap]
Marcel Molina
2007-12-05
4
-5
/
+50
*
When a NonInferrableControllerError is raised, make the proposed fix clearer ...
Marcel Molina
2007-12-05
2
-1
/
+3
*
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
*
Document Date conversions. Closes #10368 [chuyeow]
Michael Koziarski
2007-12-05
1
-4
/
+34
*
Enhance documentation for Active Support's Time Conversion functions. [rsanhe...
Michael Koziarski
2007-12-05
1
-3
/
+46
*
Remove Great Britain from the Country select helper to ensure consistency wit...
Michael Koziarski
2007-12-05
2
-5
/
+1
*
Update Prototype to 1.6.0.1
Sam Stephenson
2007-12-05
4
-40
/
+94
*
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 broken test (closes #10364) [chuyeow]
David Heinemeier Hansson
2007-12-05
1
-1
/
+7
*
Fix that options[:from] table names should never be quoted [DHH]
David Heinemeier Hansson
2007-12-05
2
-1
/
+12
*
Removed some of the tags that does not make sense to allow per default in the...
David Heinemeier Hansson
2007-12-04
1
-2
/
+2
*
Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the autocompleter
Thomas Fuchs
2007-12-04
4
-6
/
+10
*
Add 'disabled' attribute to <OPTION> separators used in time zone and country...
Rick Olson
2007-12-04
3
-8
/
+10
*
Make sure that setting the format with a symbol works too
David Heinemeier Hansson
2007-12-03
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
3
-1
/
+24
*
Fixed that to_xml should not automatically pass :procs to associations includ...
David Heinemeier Hansson
2007-12-03
3
-29
/
+63
*
Remove old tests which relied on @ being an ATOM to work around old Mail.app ...
Michael Koziarski
2007-12-02
4
-116
/
+33
*
Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N]
Marcel Molina
2007-12-02
2
-1
/
+3
*
Don't escape forward slashes with String#to_json, our unicode encoding of < a...
Michael Koziarski
2007-12-02
4
-18
/
+17
*
Handle 8.1 default formatting. Closes #10333 [Tim Pope]
Jeremy Kemper
2007-12-02
1
-0
/
+3
*
Deal with nested fields_for too [DHH]
David Heinemeier Hansson
2007-12-02
2
-2
/
+36
*
Added the same record identification guessing rules to fields_for as form_for...
David Heinemeier Hansson
2007-12-02
3
-4
/
+47
*
Fix potential extra space in Array#to_sentence. Closes #10327 [kamal]
Michael Koziarski
2007-12-02
2
-6
/
+13
*
Warn users about the race condition in validates_uniqueness_of. [Koz]
Michael Koziarski
2007-12-01
1
-0
/
+4
*
Don't inadvertently hit const_missing in defined?(ActionMailer::Base) check
Jeremy Kemper
2007-12-01
1
-1
/
+1
*
Added db:fixtures:identity as a way of locating what ID a foxy fixture was as...
David Heinemeier Hansson
2007-12-01
2
-0
/
+24
*
Generated fixtures should not specify ids since theyre expected to be foxy fi...
David Heinemeier Hansson
2007-12-01
2
-9
/
+14
*
Remove @ as an ATOM character, syncing with upstream tmail. [mikel] Closes #...
Michael Koziarski
2007-12-01
1
-1
/
+1
*
Fixed that verification violations with no specified action didn't halt the c...
David Heinemeier Hansson
2007-11-30
3
-6
/
+31
*
You dont need to explicitly declare which controller youre testing when you f...
David Heinemeier Hansson
2007-11-30
3
-6
/
+0
*
use autoeval not autoirb, it's mostly equivalent but doesn't make stepping fr...
Michael Koziarski
2007-11-30
1
-1
/
+1
[prev]
[next]