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 broken hack which has no effect.
Nicholas Seckar
2006-03-26
2
-1
/
+2
*
Update Object.subclasses_of to locate nested classes. Update Object.remove_su...
Nicholas Seckar
2006-03-26
3
-6
/
+36
*
Change #form_for and #fields_for so that the second argument is not required ...
Rick Olson
2006-03-26
3
-3
/
+48
*
When doing svn log -qr HEAD trunk/url, a log message with revision will not
Scott Barron
2006-03-26
1
-1
/
+1
*
one too many
Thomas Fuchs
2006-03-26
1
-1
/
+1
*
Update to script.aculo.us 1.6
Thomas Fuchs
2006-03-26
7
-361
/
+501
*
Only string_to_binary if the column responds
David Heinemeier Hansson
2006-03-26
4
-4
/
+4
*
Change periods (.) in table aliases to _'s. Closes #4251 [jeff@ministrycente...
Rick Olson
2006-03-26
3
-1
/
+4
*
Changed has_and_belongs_to_many join to INNER JOIN for Mysql 3.23.x. Closes ...
Rick Olson
2006-03-26
2
-1
/
+3
*
Dont require rake to run the server, just have a little undryness instead (cl...
David Heinemeier Hansson
2006-03-26
2
-10
/
+3
*
Fixed issue that kept :select options from being scoped [Rick]
Rick Olson
2006-03-26
4
-3
/
+9
*
Beef up the default test just a tad
David Heinemeier Hansson
2006-03-25
1
-0
/
+6
*
The Ruby path should be a string (closes #4361) [DHH]
David Heinemeier Hansson
2006-03-25
2
-1
/
+3
*
Do it in style
David Heinemeier Hansson
2006-03-25
1
-2
/
+2
*
Fixed db_schema_import when binary types are present (closes #3101) [DHH]
David Heinemeier Hansson
2006-03-25
2
-1
/
+18
*
ST is Cap (closes #4214)
David Heinemeier Hansson
2006-03-25
1
-2
/
+2
*
Added Fixnum#seconds for consistency, so you can say 5.minutes + 30.seconds i...
David Heinemeier Hansson
2006-03-25
2
-0
/
+7
*
Fixed that MySQL enums should always be returned as strings (closes #3501) [DHH]
David Heinemeier Hansson
2006-03-25
2
-0
/
+3
*
Add an integration test generator
Jamis Buck
2006-03-25
4
-0
/
+36
*
Use example.com as standard (closes #4413) [anna]
David Heinemeier Hansson
2006-03-25
2
-3
/
+3
*
Enable application/x-yaml processing by default
Jamis Buck
2006-03-25
2
-6
/
+9
*
remove some documentation cruft on has_many
Rick Olson
2006-03-24
1
-3
/
+0
*
Change has_many :through to use the :source option to specify the source asso...
Rick Olson
2006-03-24
7
-21
/
+83
*
Don't polute the top level namespace in the console with ActionView helpers. ...
Marcel Molina
2006-03-23
2
-4
/
+12
*
Fixed that AWS Scaffold Fails with Struct as a Parameter (closes #4363) [joe@...
David Heinemeier Hansson
2006-03-23
3
-1
/
+14
*
STI associations are now aliased to the table name for backwards compatibilit...
Rick Olson
2006-03-23
1
-9
/
+54
*
Fix double url escaping of remote_function. Add :escape => false option to Ac...
Nicholas Seckar
2006-03-22
5
-3
/
+23
*
Fixed DB2 adapter so nullable columns will be determines correctly now and qu...
David Heinemeier Hansson
2006-03-22
3
-4
/
+7
*
Fix test
David Heinemeier Hansson
2006-03-22
1
-1
/
+1
*
fix test so that it passes
Rick Olson
2006-03-22
1
-1
/
+1
*
Make all ActionView helpers available in the console for debugging purposes.
Marcel Molina
2006-03-21
3
-0
/
+26
*
Allow overriding of find parameters in scoped has_many :through calls [Rick O...
Rick Olson
2006-03-21
4
-10
/
+41
*
add self referential has_many :through example [Rick]
Rick Olson
2006-03-21
4
-2
/
+29
*
Fixed the hash.delete :sym (closes #2176) [Stefan Kaes]
David Heinemeier Hansson
2006-03-20
1
-2
/
+9
*
Fix assert_redirected_to so it works with symbols
Jamis Buck
2006-03-20
2
-5
/
+20
*
Turn RJS debugging on by default and show the source code when an exception i...
David Heinemeier Hansson
2006-03-20
2
-2
/
+4
*
Fix bug introduced by changeset 3679 which caused custom attribute? methods t...
David Heinemeier Hansson
2006-03-20
3
-9
/
+31
*
Added sample named route [DHH]
David Heinemeier Hansson
2006-03-20
1
-2
/
+5
*
lighttpd.conf should use CWD so the config file is portable across systems, b...
David Heinemeier Hansson
2006-03-20
1
-3
/
+4
*
Dont line up that which does not
David Heinemeier Hansson
2006-03-20
3
-5
/
+4
*
Fixed that schema changes while the database was open would break any connect...
David Heinemeier Hansson
2006-03-20
1
-11
/
+15
*
Fixed that schema changes while the database was open would break any connect...
David Heinemeier Hansson
2006-03-20
2
-2
/
+16
*
Clearing doesnt need migrations
David Heinemeier Hansson
2006-03-20
1
-2
/
+1
*
Replaced old session rake tasks with db:sessions:create to generate a migrati...
Rick Olson
2006-03-20
2
-15
/
+8
*
Comments, comments
David Heinemeier Hansson
2006-03-20
1
-0
/
+3
*
My beautiful eyes [DHH]
David Heinemeier Hansson
2006-03-20
5
-12
/
+8
*
Update docs and index.html [DHH]
David Heinemeier Hansson
2006-03-20
2
-8
/
+26
*
Updated Kernel#returning for the AP performance patch [DHH]
David Heinemeier Hansson
2006-03-20
2
-2
/
+11
*
fix usage of #returning in ActionController::Base
Rick Olson
2006-03-20
1
-1
/
+1
*
Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...
David Heinemeier Hansson
2006-03-20
8
-78
/
+80
[next]