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
...
*
Remove components mention from railties README. Closes #10182 [sjgman9]
Jeremy Kemper
2007-11-16
1
-3
/
+0
*
Use the new TestCase subclasses in the scaffold and resource generators also....
Jeremy Kemper
2007-11-16
2
-22
/
+6
*
MacOS X -> Mac OS X. Closes #10171 [henrik@nyh.se]
Jeremy Kemper
2007-11-16
2
-3
/
+3
*
Use Leopard's native mysql_config. Closes #10167 [Robert Evans]
Jeremy Kemper
2007-11-15
1
-1
/
+1
*
Remove warning about fixture loading order from test_helper since we disable ...
Jeremy Kemper
2007-11-14
1
-2
/
+0
*
Correct MySQL install instructions for Leopard. Closes #10167 [mnaberez]
Jeremy Kemper
2007-11-14
1
-1
/
+1
*
Remove stale warning from application generator usage message. Closes #10165 ...
Jeremy Kemper
2007-11-14
1
-7
/
+0
*
Use rexml for some tests rather than string include? checks to account for un...
Jeremy Kemper
2007-11-14
1
-14
/
+35
*
Add MySQL install instructions for Leopard in particular. Closes #10167 [Robe...
Jeremy Kemper
2007-11-14
1
-0
/
+3
*
Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.
Jeremy Kemper
2007-11-14
4
-9
/
+29
*
Speedup String#blank? and remove some overspecified tests.
Jeremy Kemper
2007-11-14
3
-47
/
+8
*
Only Benchmark and log if we're going to output the information.
Michael Koziarski
2007-11-14
1
-1
/
+1
*
Fix Tests broken in [8134]
Michael Koziarski
2007-11-14
1
-0
/
+2
*
Actually cache the template names.
Michael Koziarski
2007-11-14
1
-1
/
+1
*
FastCGI handler ignores unsupported signals like USR2 on Windows [Grzegorz De...
Jeremy Kemper
2007-11-13
2
-1
/
+8
*
Change plings to the more conventional quotes in the documentation. Closes #1...
Marcel Molina
2007-11-12
2
-1
/
+3
*
Fixed that has_many :through associations should render as collections too (c...
David Heinemeier Hansson
2007-11-12
7
-3
/
+21
*
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
5
-1
/
+12
*
Only load ActionMailer::TestCase if ActionMailer is loaded. Closes #10137 [d...
Rick Olson
2007-11-11
2
-1
/
+3
*
Ensure that column names are quoted. Closes #10134 [wesley.moxam]
Michael Koziarski
2007-11-10
4
-38
/
+61
*
Set the record straight on the purpose and utility of db/schema.rb
David Heinemeier Hansson
2007-11-09
1
-2
/
+9
*
Fixed that db:reset would use migrations instead of loading db/schema.rb [DHH]
David Heinemeier Hansson
2007-11-09
2
-2
/
+4
*
Remove things that trip up RDoc
David Heinemeier Hansson
2007-11-09
2
-2
/
+1
*
Prepare versions for RC1
David Heinemeier Hansson
2007-11-09
11
-21
/
+21
*
Kill the whiny_protected_attributes setting and kill the exception raised. In...
David Heinemeier Hansson
2007-11-09
4
-35
/
+2
*
Removed unused code (closes #9906)
David Heinemeier Hansson
2007-11-09
1
-4
/
+0
*
initial experimental commit of active_model
Rick Olson
2007-11-09
10
-0
/
+304
*
Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon]
Rick Olson
2007-11-08
3
-0
/
+14
*
Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...
Rick Olson
2007-11-08
10
-294
/
+679
*
Update README to use new smtp settings configuration API. Closes #10060 [psq]
Marcel Molina
2007-11-08
2
-2
/
+4
*
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
Marcel Molina
2007-11-08
18
-96
/
+109
*
Rearrange vendor bundles so gem overrides work correctly.
Jeremy Kemper
2007-11-07
32
-11
/
+17
*
Allow ActionMailer subclasses to individually set their delivery method (so t...
David Heinemeier Hansson
2007-11-07
8
-10
/
+93
*
Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image s...
David Heinemeier Hansson
2007-11-07
3
-5
/
+21
*
Address shortcomings of changeset [8054] [protocool]
David Heinemeier Hansson
2007-11-07
5
-277
/
+128
*
Fixed handling of non-domain hosts (closes #9479) [purp]
David Heinemeier Hansson
2007-11-07
3
-2
/
+23
*
Enhance explanation with more examples for attr_accessible macro. Closes #809...
Marcel Molina
2007-11-06
2
-12
/
+21
*
Standardize on using hyphens rather than colons to separate option names from...
Marcel Molina
2007-11-06
9
-41
/
+43
*
Remove unneeded file that was missed by [8098]
Michael Koziarski
2007-11-06
1
-0
/
+0
*
Fix syntax error in documentation example for cycle method. Closes #8735 [foca]
Marcel Molina
2007-11-06
2
-1
/
+3
*
Document :with option for link_to_remote. Closes #8765 [ryanb]
Marcel Molina
2007-11-06
2
-0
/
+10
*
Update association/method mapping table to refected latest collection methods...
Marcel Molina
2007-11-06
2
-6
/
+8
*
Document :minute_step option for time_select. Closes #8814 [brupm]
Marcel Molina
2007-11-06
2
-0
/
+5
*
Explain how to use the :href option for link_to_remote to degrade gracefully ...
Marcel Molina
2007-11-06
2
-0
/
+13
*
Disambiguate :size option for text area tag. Closes #8955 [redbeard]
Marcel Molina
2007-11-06
2
-1
/
+3
*
Make work with --skip-timestamps
David Heinemeier Hansson
2007-11-06
1
-0
/
+4
*
Make transaction documentation example more realistic
Marcel Molina
2007-11-06
1
-2
/
+2
*
Explain semantics of having several different AR instances in a transaction b...
Marcel Molina
2007-11-06
2
-0
/
+15
*
Fix broken tag in assert_tag documentation. Closes #9037 [mfazekas]
Marcel Molina
2007-11-06
2
-3
/
+5
[prev]
[next]