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
...
*
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
*
Rolled back #2176 because it destroyed performance [DHH]
David Heinemeier Hansson
2006-03-20
2
-26
/
+36
*
fix indifferent hash. The lambdas were acting funny in a running rails app. ...
Rick Olson
2006-03-20
1
-5
/
+15
*
Added option to String#camelize to generate lower-cased camel case by passing...
David Heinemeier Hansson
2006-03-20
5
-7
/
+29
*
Add :script option to in_place_editor to support evalScripts (closes #4194) [...
Rick Olson
2006-03-19
3
-0
/
+11
*
Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ...
Rick Olson
2006-03-19
3
-2
/
+17
*
Don't classify the has_one class when eager loading, it is already singular. ...
Rick Olson
2006-03-19
5
-15
/
+38
*
Reject Ruby 1.8.3 when loading Rails; extract version checking code.
Nicholas Seckar
2006-03-19
4
-19
/
+29
*
Remove explicit loading of RailsInfo and RailsInfoController.
Nicholas Seckar
2006-03-19
6
-19
/
+23
*
Fix RailsInfoController.
Nicholas Seckar
2006-03-19
3
-1
/
+7
*
add support for COUNT(DISTINCT id) queries in sqlite2 (closes #4300) [Rick Ol...
Rick Olson
2006-03-19
2
-5
/
+22
*
skip count_by_sql test using COUNT(DISTINCT) for sqlite2 only
Rick Olson
2006-03-19
1
-2
/
+4
*
Fix boolean test
David Heinemeier Hansson
2006-03-19
1
-2
/
+2
*
Undo accidental escaping for mail_to; add regression test. Fix incorrect cred...
Nicholas Seckar
2006-03-19
3
-2
/
+7
*
Rails is not compatible with Ruby 1.8.3, explicitly prevent usage [DHH]
David Heinemeier Hansson
2006-03-19
1
-1
/
+8
*
Quit ignoring default :include options in has_many :through calls [Mark James]
Rick Olson
2006-03-19
6
-14
/
+49
*
Allow has_many :through associations to find the source association by settin...
Rick Olson
2006-03-19
6
-11
/
+28
*
If RAW_POST_DATA was set explicitly, use that (closes #4281)
David Heinemeier Hansson
2006-03-19
1
-6
/
+10
*
Fix for destroying migrations made when generating a model (closes #4246) [to...
David Heinemeier Hansson
2006-03-19
1
-2
/
+5
*
Remember kiddies, Dir[] uses Dir#glob, not a Regexp
Rick Olson
2006-03-19
1
-1
/
+1
*
Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris...
Rick Olson
2006-03-19
7
-3
/
+49
*
forgot to save changelog... doh
Rick Olson
2006-03-19
1
-0
/
+2
*
Eager Loading support added for has_many :through => :has_many associations (...
Rick Olson
2006-03-19
2
-6
/
+24
*
Only run migrations that look like migrations
David Heinemeier Hansson
2006-03-19
1
-1
/
+1
*
Small pgsql fixes (closes #4083) [pergesu@gmail.com]
David Heinemeier Hansson
2006-03-19
2
-1
/
+2
*
Allow has_many :through to work on has_many associations (closes #3864) [sco@...
Rick Olson
2006-03-19
5
-19
/
+73
*
Fixed rails:freeze:gems for Windows (closes #3274) [paul@paulbutcher.com]
David Heinemeier Hansson
2006-03-19
2
-10
/
+15
*
add ticket # to changeset
Rick Olson
2006-03-19
1
-1
/
+1
*
Raise error when trying to select many polymorphic objects with has_many :thr...
Rick Olson
2006-03-19
7
-27
/
+104
*
Nil charset caused subject line to be improperly quoted in implicitly multipa...
Jamis Buck
2006-03-19
3
-2
/
+19
*
Parse content-type apart before using it so that sub-parts of the header can ...
Jamis Buck
2006-03-18
5
-11
/
+41
*
Fixed has_many :through to include :conditions set on the :through associatio...
Rick Olson
2006-03-18
7
-19
/
+48
[prev]
[next]