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 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
*
Add documentation for route conditions. Closes #9041 [innu, manfred]
Marcel Molina
2007-11-06
2
-0
/
+20
*
Add documentation for Hash#diff. Closes #9306 [tarmo]
Marcel Molina
2007-11-06
2
-0
/
+10
*
Add missing file for revision #8090
Marcel Molina
2007-11-06
1
-1
/
+1
*
Fix typo left over from previous typo fix in url helper. Closes #9414 [Henrik N]
Marcel Molina
2007-11-06
2
-1
/
+3
*
Update XML documentation examples to include explicit type attributes. Closes...
Marcel Molina
2007-11-06
3
-27
/
+29
*
Update Schema documentation to use updated sexy migration notation. Closes #1...
Marcel Molina
2007-11-06
2
-5
/
+7
*
Fixed that ActionController::CgiRequest#host_with_port() should handle standa...
David Heinemeier Hansson
2007-11-06
4
-4
/
+19
*
Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.
Sam Stephenson
2007-11-06
6
-58
/
+126
*
Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]
Rick Olson
2007-11-06
26
-338
/
+1610
*
Minor documentation enhancements and white-space fixes. Closes #9819 [chuyeow]
Michael Koziarski
2007-11-06
1
-144
/
+144
*
Make rescue_from behave like rescue when dealing with subclasses. Closes #10...
Michael Koziarski
2007-11-06
2
-6
/
+210
*
Grammatical and whitespace fixes for form helper docs. Closes #10062 [chuyeow]
Michael Koziarski
2007-11-06
1
-43
/
+42
*
Use the safe conversion code introduced in earlier commit. References #10068...
Michael Koziarski
2007-11-05
1
-1
/
+1
*
Cater for DST changes when converting Times to DateTimes. Closes #10068 [gbu...
Michael Koziarski
2007-11-05
6
-10
/
+43
*
Add missing quote to send_file documentation. [developingchris] Closes #10078
Michael Koziarski
2007-11-05
1
-1
/
+1
*
Added --skip-timestamps to generators that produce models (closes #10036) [tp...
David Heinemeier Hansson
2007-11-04
4
-4
/
+12
*
Update profiler changelog for integration session script usage
Jeremy Kemper
2007-11-01
1
-0
/
+6
*
Profile an integration session instead of a single request
Jeremy Kemper
2007-11-01
1
-87
/
+58
*
Factor Integration::Runner behavior out of IntegrationTest. Introduce Session...
Jeremy Kemper
2007-11-01
2
-74
/
+87
*
Don't eliminate the logger by default
Jeremy Kemper
2007-11-01
1
-1
/
+0
*
Expose the cookie jar as a helper method (before the view would just get the ...
David Heinemeier Hansson
2007-10-31
2
-0
/
+6
*
Escape table names during calculation queries. [wesley.moxam, Koz] Closes #4593
Michael Koziarski
2007-10-31
2
-2
/
+7
*
Make fixtures work with the new test subclasses. [tarmo, Koz]
Michael Koziarski
2007-10-31
4
-7
/
+20
[next]