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
*
Integration tests: thoroughly test ActionController::Integration::Session. Cl...
Jeremy Kemper
2006-09-03
4
-7
/
+186
*
Docs and deprecation
David Heinemeier Hansson
2006-09-03
4
-6
/
+22
*
Added deprecation language for in_place_editor and auto_complete_field that b...
David Heinemeier Hansson
2006-09-03
10
-11
/
+27
*
svn:ignore debug.log
Jeremy Kemper
2006-09-03
0
-0
/
+0
*
action
Jeremy Kemper
2006-09-03
1
-2
/
+2
*
Deprecated all of ActionController::Dependencies. All dependency loading is n...
David Heinemeier Hansson
2006-09-03
3
-25
/
+10
*
Deprecated old render parameter calls
David Heinemeier Hansson
2006-09-03
3
-9
/
+29
*
Backout of blowup fix
David Heinemeier Hansson
2006-09-03
1
-15
/
+6
*
Require action mailer more gracefully
David Heinemeier Hansson
2006-09-03
1
-1
/
+10
*
More deprecation fun
David Heinemeier Hansson
2006-09-03
4
-13
/
+63
*
If not running in Rails, we will log deprecations to $stderr
David Heinemeier Hansson
2006-09-03
1
-2
/
+6
*
Deprecate deprecated assertions
David Heinemeier Hansson
2006-09-03
1
-0
/
+26
*
Modules can deprecate stuff too
David Heinemeier Hansson
2006-09-03
1
-1
/
+1
*
Moved in deprecated assertions and remove duplicated requires
David Heinemeier Hansson
2006-09-03
9
-27
/
+6
*
Follow proper naming conventions
David Heinemeier Hansson
2006-09-03
7
-6
/
+6
*
Better compartmentalizing of assertions
David Heinemeier Hansson
2006-09-03
9
-273
/
+336
*
Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...
David Heinemeier Hansson
2006-09-03
9
-110
/
+2624
*
Add forgotten file
Nicholas Seckar
2006-09-03
1
-0
/
+1
*
Stress that 2.0 is the cut and that we will have a page listing deprecations
David Heinemeier Hansson
2006-09-03
1
-1
/
+2
*
Made it clear that deprecated stuff leaves on majors only
David Heinemeier Hansson
2006-09-03
1
-2
/
+1
*
radio_button_tag generates unique id attributes. Closes #3353.
Jeremy Kemper
2006-09-03
3
-2
/
+18
*
Update copyright times
David Heinemeier Hansson
2006-09-03
9
-13
/
+10
*
More tests for alias_method_chain with feature and method punctuation. Closes...
Jeremy Kemper
2006-09-03
1
-0
/
+15
*
Nitpick updates
David Heinemeier Hansson
2006-09-03
3
-13
/
+11
*
Validation tests
Jeremy Kemper
2006-09-03
1
-30
/
+40
*
validates_confirmation_of only kicks in when the attribute, rather than its c...
Jeremy Kemper
2006-09-03
2
-1
/
+4
*
strip_tags returns nil for a blank arg such as nil or "". Closes #2229.
Jeremy Kemper
2006-09-03
3
-3
/
+6
*
Cleanup assert_tag :children counting. Closes #2181.
Jeremy Kemper
2006-09-03
3
-1
/
+4
*
button_to accepts :method so you can PUT and DELETE with it. Closes #6005.
Jeremy Kemper
2006-09-03
3
-7
/
+32
*
Thoroughly test the FCGI dispatcher. Closes #5970.
Jeremy Kemper
2006-09-03
7
-35
/
+171
*
railties tests
Jeremy Kemper
2006-09-03
3
-12
/
+14
*
Update sanitize text helper to strip plaintext tags, and <img src=javascript:...
Rick Olson
2006-09-03
3
-3
/
+17
*
Add ApplicationController special case to Dependencies.
Nicholas Seckar
2006-09-02
3
-3
/
+19
*
to_xml: the :methods option works on arrays of records. Closes #5845.
Jeremy Kemper
2006-09-02
4
-2
/
+15
*
Update routing documentation. Closes #6017 [Nathan Witmer]
Rick Olson
2006-09-02
2
-13
/
+49
*
Add routing tests to assert that RoutingError is raised when conditions aren'...
Rick Olson
2006-09-02
2
-0
/
+13
*
Doc fixes (closes #6012)
David Heinemeier Hansson
2006-09-02
1
-3
/
+3
*
Modernize the main README (closes #6002)
David Heinemeier Hansson
2006-09-02
1
-63
/
+59
*
Docs for js linkers (closes #5948)
David Heinemeier Hansson
2006-09-02
1
-1
/
+22
*
Added test for custom headers on parts (closes #3043)
David Heinemeier Hansson
2006-09-02
1
-1
/
+2
*
Updated docs and otherwise
David Heinemeier Hansson
2006-09-02
7
-10
/
+46
*
Fixed that iconv decoding should catch InvalidEncoding #3153 [jon@siliconcirc...
David Heinemeier Hansson
2006-09-02
1
-1
/
+1
*
Don't pad remaining places with in_groups_of if specified padding value is fa...
Marcel Molina
2006-09-02
3
-3
/
+24
*
Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad p...
Rick Olson
2006-09-02
2
-1
/
+2
*
Deprecation: update docs. Closes #5998.
Jeremy Kemper
2006-09-01
9
-7
/
+13
*
Commit stray fixture.
Jeremy Kemper
2006-09-02
1
-1
/
+2
*
Make auto_link parse a greater subset of valid url formats.
Jamis Buck
2006-09-02
3
-13
/
+36
*
Fix cases where empty xml nodes weren't being translated to nil in Hash.creat...
Rick Olson
2006-09-01
3
-1
/
+30
*
Add some XmlSerialization tests for ActiveRecord [Rick Olson]
Rick Olson
2006-09-01
2
-0
/
+106
*
has_many :through conditions are sanitized by the associating class. Closes #...
Jeremy Kemper
2006-09-01
8
-5
/
+20
[next]