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
...
*
Breakpoints in running code makes for no fun ;)
David Heinemeier Hansson
2006-03-16
1
-1
/
+0
*
Added Base.abstract_class? that marks which classes are not part of the Activ...
Rick Olson
2006-03-16
11
-16
/
+62
*
Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson]
Rick Olson
2006-03-16
6
-9
/
+99
*
Time#xmlschema is only available when you've required 'time'. Add a unit tes...
Michael Koziarski
2006-03-15
2
-0
/
+5
*
Fixes a bug in routes controller traversing which caused it to fail on for do...
Tobias Lütke
2006-03-15
1
-2
/
+3
*
Underscore dasherized keys in formatted requests
Jamis Buck
2006-03-15
4
-5
/
+44
*
Enhance Inflector.underscore to convert '-' into '_' (as the inverse of Infle...
Jamis Buck
2006-03-15
3
-1
/
+13
*
Add MimeResponds::Responder#any for managing multiple types with identical re...
Jamis Buck
2006-03-15
3
-0
/
+27
*
Upgrade to Transaction::Simple 1.3
Jamis Buck
2006-03-15
2
-702
/
+695
*
use "mime_type" instead of "format"
Jamis Buck
2006-03-15
1
-1
/
+1
*
Fix Mime::Type#to_sym to do @string.to_sym. Add text/yaml as alias for Mime::...
Jamis Buck
2006-03-15
1
-3
/
+5
*
fix calculation tests to get around inconsistent ordering of nils
Rick Olson
2006-03-15
1
-2
/
+2
*
make save! return true on success[johan@johansorensen.com]. Closes #4173
Michael Koziarski
2006-03-15
3
-1
/
+8
*
Unit test fixes for postgresql.
Michael Koziarski
2006-03-15
2
-3
/
+5
*
Switch to_xml to use the date formate defined in xml schema.[Koz]
Michael Koziarski
2006-03-15
2
-1
/
+3
*
Correct syntax error in postgresql schema definition
Michael Koziarski
2006-03-15
1
-1
/
+1
*
Make the xml_http_request testing method set the HTTP_ACCEPT header
Jamis Buck
2006-03-14
2
-0
/
+4
*
Catch FixtureClassNotFound when using instantiated fixtures on a fixture that...
Rick Olson
2006-03-14
3
-3
/
+7
*
Allow ordering of calculated results and/or grouped fields in calculations [s...
Rick Olson
2006-03-14
3
-0
/
+14
*
Add verification to scaffolds (generated and reflection based). Require POST...
Michael Koziarski
2006-03-14
6
-2
/
+19
*
Don't replace application.js in public/javascripts if it already exists [Cody...
Tobias Lütke
2006-03-13
2
-3
/
+8
*
Dynamically set allow_concurrency. Closes #4044.
Jeremy Kemper
2006-03-13
5
-31
/
+78
*
Simplify controller_path
Nicholas Seckar
2006-03-13
3
-10
/
+27
*
Always use application/xml, then the charset is determined by the XML doc
David Heinemeier Hansson
2006-03-13
1
-1
/
+1
*
The mere existance of a rjs file shouldnt cause the layout to disappear. Made...
David Heinemeier Hansson
2006-03-13
1
-1
/
+1
*
The mere existance of a rjs file shouldnt cause the layout to disappear. Made...
David Heinemeier Hansson
2006-03-13
2
-3
/
+14
*
Delay rake:uncommitted's execution of `svn status`
Nicholas Seckar
2006-03-13
2
-5
/
+9
*
Added simple alert() notifications for RJS exceptions when config.action_view...
Sam Stephenson
2006-03-13
6
-28
/
+48
*
Prefer application/xml over text/xml for charset reasons
David Heinemeier Hansson
2006-03-13
2
-2
/
+2
*
Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...
David Heinemeier Hansson
2006-03-13
8
-29
/
+70
*
Use require_library_or_gem to load rake in commands/server.rb. Closes #4205.
Sam Stephenson
2006-03-12
2
-1
/
+3
*
Prepare for mime type reordering depending on the branch [DHH]
David Heinemeier Hansson
2006-03-12
2
-4
/
+8
*
Default mime type for XML should be application/xml [DHH]
David Heinemeier Hansson
2006-03-12
2
-13
/
+28
*
Use the Rake API instead of shelling out to create the tmp directory in comma...
Sam Stephenson
2006-03-12
2
-2
/
+9
*
Mime types are separated by a comma, not semicolon, in the Accept header. Als...
David Heinemeier Hansson
2006-03-12
9
-20
/
+28
*
Use accept headers
David Heinemeier Hansson
2006-03-12
1
-1
/
+2
*
Added synonym and custom type handling to respond_to [DHH]
David Heinemeier Hansson
2006-03-12
4
-41
/
+79
*
Assume that we accept what we give [DHH]
David Heinemeier Hansson
2006-03-12
3
-4
/
+28
*
Added defaults to respond_to [DHH]
David Heinemeier Hansson
2006-03-12
8
-20
/
+79
*
Added option to render action/template/file of a specific extension (and here...
David Heinemeier Hansson
2006-03-12
5
-61
/
+95
*
More integration testing tweaks
Jamis Buck
2006-03-12
1
-7
/
+22
*
Don'tt abort rake when rendering the _trace.rhtml template
Nicholas Seckar
2006-03-11
1
-1
/
+1
*
Added better support for using the same actions to output for different sourc...
David Heinemeier Hansson
2006-03-11
11
-13
/
+250
*
Make assertions in integration sessions proxy to the test instance (only for ...
Jamis Buck
2006-03-10
1
-0
/
+3
*
Passing comment
David Heinemeier Hansson
2006-03-10
1
-1
/
+1
*
make sure nil @session doesn't mess up wsod stacktraces
Jamis Buck
2006-03-10
1
-1
/
+1
*
tag! is nicer than __send__
David Heinemeier Hansson
2006-03-10
2
-2
/
+2
*
Added options to control the :only/:except for included associations on Base#...
David Heinemeier Hansson
2006-03-10
2
-7
/
+22
*
Added association inclusion in to_xml [DHH]
David Heinemeier Hansson
2006-03-10
3
-15
/
+111
*
Implemented nested to_xml and named elements for array xmling [DHH]
David Heinemeier Hansson
2006-03-09
4
-15
/
+44
[prev]
[next]