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
...
*
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
*
Add new superclass_delegating_accessors. Similar to class inheritable attrib...
Michael Koziarski
2007-10-29
4
-0
/
+148
*
Excise generated whitespace. Closes #10017 [Tim Pope]
Jeremy Kemper
2007-10-29
4
-21
/
+3
*
Introduce finder :joins with associations. Same :include syntax but with inne...
Jeremy Kemper
2007-10-29
5
-22
/
+299
*
Test which fails without [8052] [Koz]
Michael Koziarski
2007-10-29
2
-2
/
+4
*
compute_public_path behaves well with mailers also. Closes #10014.
Jeremy Kemper
2007-10-29
1
-6
/
+16
*
Associations: speedup duplicate record check. Closes #10011.
Jeremy Kemper
2007-10-29
2
-1
/
+30
*
Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...
Rick Olson
2007-10-29
6
-19
/
+22
*
Make sure that << works on has_many associations on unsaved records. Closes ...
Michael Koziarski
2007-10-28
3
-0
/
+10
*
Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.
Jeremy Kemper
2007-10-27
3
-12
/
+15
*
Allow association redefinition in subclasses. Closes #9346.
Jeremy Kemper
2007-10-27
4
-2
/
+89
*
Tested FormHelper#label. Closes #9850 [jarkko]
Jeremy Kemper
2007-10-27
2
-2
/
+10
*
Fix has_many :through delete with custom foreign keys. Closes #6466.
Jeremy Kemper
2007-10-27
8
-9
/
+65
*
Make sure default_test is tested for ActiveSupport::TestCase too
Michael Koziarski
2007-10-26
1
-3
/
+5
*
Make Default Test work with both ruby 1.8.4 and 1.8.6. [DrMark] Closes #10003
Michael Koziarski
2007-10-26
2
-1
/
+8
*
Added db:rollback to rollback the schema one version (or multiple as specifie...
David Heinemeier Hansson
2007-10-26
2
-0
/
+9
*
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
Jeremy Kemper
2007-10-26
16
-18
/
+497
*
Simplfy #view_paths implementation. ActionView templates get the exact objec...
Rick Olson
2007-10-26
3
-28
/
+49
*
Update tests for ActiveSupport's JSON escaping change. [rick]
Rick Olson
2007-10-26
5
-14
/
+20
*
FormHelper's auto_index should use #to_param instead of #id_before_type_cast....
Rick Olson
2007-10-26
3
-4
/
+7
*
Add docs explaining how to protect all attributes using attr_accessible with ...
Marcel Molina
2007-10-26
2
-1
/
+19
[prev]
[next]