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 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
*
Integration tests: headers beginning with X aren't excluded from the HTTP_ pr...
Jeremy Kemper
2006-09-01
2
-1
/
+3
*
ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOST
Kent Sibilev
2006-09-01
3
-6
/
+6
*
Major updates to ActiveResource, please see changelog and unit tests [Rick Ol...
Rick Olson
2006-09-01
7
-54
/
+250
*
Fixed a few find_alls
David Heinemeier Hansson
2006-08-31
3
-3
/
+3
*
200...400 are valid response codes. PUT and POST request bodies default to ''.
Jeremy Kemper
2006-08-31
3
-21
/
+54
*
site= accepts URIs
Jeremy Kemper
2006-08-31
3
-4
/
+18
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
20
-22
/
+34
*
Fix send_data documentation typo. Closes #5982.
Jeremy Kemper
2006-08-31
2
-1
/
+3
*
Inflections: don't singularize -ies plurals.
Jeremy Kemper
2006-08-30
2
-1
/
+2
*
Switch to using FormEncodedPairParser for parsing request parameters.
Nicholas Seckar
2006-08-30
4
-132
/
+76
*
Add desc for test task so that completion can detect it
Nicholas Seckar
2006-08-30
1
-0
/
+1
*
Fix spurious newlines and spaces in AR::Base#to_xml output
Jamis Buck
2006-08-30
2
-14
/
+8
*
respond_to .html now always renders #{action_name}.rhtml so that registered c...
Tobias Lütke
2006-08-30
5
-7
/
+32
*
has_one supports the :dependent => :delete option which skips the typical cal...
Jeremy Kemper
2006-08-29
9
-16
/
+64
*
dispatcher test cosmetics
Jeremy Kemper
2006-08-29
1
-15
/
+15
*
Railties: axe junk webrick dispatcher test
Jeremy Kemper
2006-08-29
1
-27
/
+0
*
Railties: info tests passing
Jeremy Kemper
2006-08-29
1
-3
/
+7
*
Railties: info controller tests passing
Jeremy Kemper
2006-08-29
1
-0
/
+2
*
Railties: generator tests passing
Jeremy Kemper
2006-08-29
4
-8
/
+26
*
Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined.
Jeremy Kemper
2006-08-29
2
-0
/
+10
*
remove superfluous ABSOLUTE_RAILS_ROOT from webrick server
Jeremy Kemper
2006-08-29
1
-3
/
+1
*
make the railties test task available
Jeremy Kemper
2006-08-29
1
-5
/
+6
*
Eliminate Active Support warnings.
Jeremy Kemper
2006-08-29
7
-12
/
+10
*
Keep onsubmit around for form_remote_for
David Heinemeier Hansson
2006-08-29
1
-3
/
+5
*
Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...
Nicholas Seckar
2006-08-29
7
-51
/
+118
*
Reload should take options for the replace
David Heinemeier Hansson
2006-08-29
1
-2
/
+2
*
FormEncodedStringParser needs a tad more work before it can handle POST data ...
David Heinemeier Hansson
2006-08-28
4
-73
/
+106
*
start an Active Resource changelog
Jeremy Kemper
2006-08-26
1
-0
/
+3
*
Typo in integration app session. Closes #5864.
Jeremy Kemper
2006-08-26
1
-1
/
+1
*
Deprecation: test deprecated instance vars in partials.
Jeremy Kemper
2006-08-26
9
-9
/
+29
*
Actually, indifferent access mattered in the bowels (hashes hidden in arrays)
David Heinemeier Hansson
2006-08-26
2
-1
/
+3
*
Result is made indifferent on the way out
David Heinemeier Hansson
2006-08-26
3
-3
/
+2
*
Changed the POST parameter processing to use the new QueryStringParser and ma...
David Heinemeier Hansson
2006-08-26
4
-4
/
+7
*
More tests for array/hashing in parameters, one failing
David Heinemeier Hansson
2006-08-26
1
-0
/
+6
*
Nested subclasses are not prefixed with the parent class' table_name since th...
Jeremy Kemper
2006-08-25
3
-12
/
+39
*
Automatically included ActionController::UrlWriter, such that URL generation ...
David Heinemeier Hansson
2006-08-25
4
-0
/
+95
*
Use Array#assoc in ActiveSupport::OrderedHash.
Jeremy Kemper
2006-08-25
2
-8
/
+4
*
SQLServer: work around bug where some unambiguous date formats are not correc...
Jeremy Kemper
2006-08-25
3
-3
/
+20
*
SQLServer: fix eager association test. Closes #5901.
Jeremy Kemper
2006-08-25
2
-1
/
+7
*
Add UrlWriter to allow writing urls from Mailers and scripts.
Nicholas Seckar
2006-08-24
3
-1
/
+122
*
Clashing type columns due to a sloppy join shouldn't wreck single-table inher...
Jeremy Kemper
2006-08-24
3
-11
/
+29
*
map.resources docs typo closes #5895
Jeremy Kemper
2006-08-24
1
-2
/
+2
*
Fixtures: correct escaping of \n and \r. Closes #5859.
Jeremy Kemper
2006-08-24
4
-8
/
+15
[next]