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
...
*
Make Routes drop the default for action when the controller changes #651
David Heinemeier Hansson
2005-02-17
2
-2
/
+8
*
Fixed the verbosity of using the AR store
David Heinemeier Hansson
2005-02-17
2
-5
/
+14
*
Enable diagnostics screen again
David Heinemeier Hansson
2005-02-16
2
-1
/
+3
*
Fixed https handling on other ports than 443 [Alan Gano]
David Heinemeier Hansson
2005-02-16
1
-1
/
+1
*
Made apache start out on cgi and added back the default apache options
David Heinemeier Hansson
2005-02-15
1
-2
/
+9
*
Forget to addd this
David Heinemeier Hansson
2005-02-15
1
-0
/
+2
*
Go away you silly externals
David Heinemeier Hansson
2005-02-15
0
-0
/
+0
*
Tied to specific version of support
David Heinemeier Hansson
2005-02-15
0
-0
/
+0
*
Fixed generated functional test for nested controllers has wrong paths #635
David Heinemeier Hansson
2005-02-15
6
-17
/
+20
*
Dont generate rdoc for railties
David Heinemeier Hansson
2005-02-15
1
-0
/
+1
*
Call Active Support 0.9 until release
David Heinemeier Hansson
2005-02-15
2
-2
/
+2
*
Require the Active Support gem
David Heinemeier Hansson
2005-02-15
2
-3
/
+4
*
Move Controllers wrapper module away from environment.rb and into dependencie...
David Heinemeier Hansson
2005-02-15
5
-6
/
+38
*
All libraries should link against the independent active support
David Heinemeier Hansson
2005-02-15
0
-0
/
+0
*
All libraries should link against the independent active support
David Heinemeier Hansson
2005-02-15
8
-24
/
+6
*
Moved Active Support into its own gem
David Heinemeier Hansson
2005-02-15
45
-82
/
+118
*
Fixed all the tests
David Heinemeier Hansson
2005-02-15
3
-20
/
+9
*
Fix deprecated id error #588
David Heinemeier Hansson
2005-02-15
1
-1
/
+1
*
No leading return
David Heinemeier Hansson
2005-02-15
1
-1
/
+0
*
Updated the Rails generator command to work
David Heinemeier Hansson
2005-02-15
4
-4
/
+4
*
Fix test case for MySQL #598
David Heinemeier Hansson
2005-02-15
1
-0
/
+1
*
Fixed Inflector for words like "news" and "series" that are the same in plura...
David Heinemeier Hansson
2005-02-15
3
-2
/
+13
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
62
-480
/
+1803
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
59
-1765
/
+348
*
Added routing itself.. wonder why that didnt make it through the merge
David Heinemeier Hansson
2005-02-15
1
-0
/
+260
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
58
-362
/
+1042
*
Small indent
David Heinemeier Hansson
2005-02-15
1
-1
/
+1
*
Stringify the parameters on follow_redirect
David Heinemeier Hansson
2005-02-12
2
-2
/
+4
*
Added Hash#stringify_keys and Hash#stringify_keys!
David Heinemeier Hansson
2005-02-12
3
-0
/
+35
*
Added follow_redirect method for functional tests that'll get-request the red...
David Heinemeier Hansson
2005-02-12
3
-1
/
+40
*
Added IndifferentAccess as a way to wrap a hash by a symbol-based store that ...
David Heinemeier Hansson
2005-02-11
6
-2
/
+55
*
Fixed whitespace
David Heinemeier Hansson
2005-02-11
1
-7
/
+8
*
Fixed double requiring of models with the same name as the controller
David Heinemeier Hansson
2005-02-11
1
-1
/
+0
*
Make the store less verbose when saving the session data
David Heinemeier Hansson
2005-02-07
1
-1
/
+1
*
Added keyword-style approach to defining the custom relational bindings #545 ...
David Heinemeier Hansson
2005-02-07
3
-1
/
+132
*
Fixed that query params could be forced to nil on a POST due to the raw post ...
David Heinemeier Hansson
2005-02-07
2
-4
/
+6
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
35
-92
/
+94
*
Added that the 'fixture :posts' syntax can be used for has_and_belongs_to_man...
David Heinemeier Hansson
2005-02-07
1
-2
/
+9
*
Added that running test_units and test_functional now performs the clone_stru...
David Heinemeier Hansson
2005-02-07
2
-1
/
+5
*
Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...
David Heinemeier Hansson
2005-02-07
18
-32
/
+558
*
Dont call id explicitly to do reloading that way we get rid of the warnings #...
David Heinemeier Hansson
2005-02-07
2
-11
/
+11
*
Fixed that cookies shouldn't be frozen in TestRequest #571 [Eric Hodel]
David Heinemeier Hansson
2005-02-07
2
-6
/
+7
*
Fixed Base#clone for use with PostgreSQL #565 [hanson@surgery.wisc.edu]
David Heinemeier Hansson
2005-02-07
3
-4
/
+13
*
Added new generator framework that informs about its doings on generation and...
David Heinemeier Hansson
2005-02-07
61
-644
/
+1850
*
Minor refactoring to prettify
David Heinemeier Hansson
2005-02-06
1
-8
/
+3
*
Prepared for 0.9.5 release
David Heinemeier Hansson
2005-01-25
8
-8
/
+14
*
Catch ArgumentError not NameError
David Heinemeier Hansson
2005-01-25
1
-1
/
+1
*
Updated documentation for serialize
David Heinemeier Hansson
2005-01-25
1
-2
/
+0
*
Updated documentation for serialize
David Heinemeier Hansson
2005-01-25
2
-4
/
+5
*
Fixed dependency reloading by switching to a remove_const approach where all ...
David Heinemeier Hansson
2005-01-25
3
-20
/
+17
[prev]
[next]