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
...
*
Pass on the original exception
David Heinemeier Hansson
2004-11-30
1
-1
/
+1
*
A change in attempt to combat periodical errors with FCGI processes hanging f...
David Heinemeier Hansson
2004-11-30
1
-0
/
+1
*
Silenced warnings from reloading files
David Heinemeier Hansson
2004-11-30
3
-1
/
+8
*
Silence errors occurring when reloading classes
David Heinemeier Hansson
2004-11-30
5
-5
/
+12
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@26 5ecf4fe2-1ee6-03...
David Heinemeier Hansson
2004-11-26
1
-1
/
+1
*
Handle empty cookie jars gracefully -- dont pout!
David Heinemeier Hansson
2004-11-26
1
-1
/
+1
*
Renamed CookieContainer to CookieJar to be cute. Its a private container anyw...
David Heinemeier Hansson
2004-11-26
1
-2
/
+2
*
Report to logger when a cookie is set
David Heinemeier Hansson
2004-11-26
1
-5
/
+3
*
Allow symbols to be used as names for setting cookies
David Heinemeier Hansson
2004-11-26
2
-3
/
+3
*
Allow symbols to be used as keys for setting cookies
David Heinemeier Hansson
2004-11-26
2
-2
/
+13
*
Added a new container for cookies that makes them more intuative to use. The ...
David Heinemeier Hansson
2004-11-26
6
-32
/
+116
*
Added ActionController#cookies[]= as an alias for cookie "name", "value" -- y...
David Heinemeier Hansson
2004-11-26
2
-2
/
+10
*
Added ActionController#cookies[] as a reader for @cookies that'll return the ...
David Heinemeier Hansson
2004-11-26
2
-4
/
+8
*
symbolize_strings_in_hash shouldnt change receiver -- this should fix the bug...
David Heinemeier Hansson
2004-11-26
1
-6
/
+4
*
Keep quiet about failing to load association classes. People know what theyre...
David Heinemeier Hansson
2004-11-26
1
-5
/
+1
*
Added the opportunity to defined method_missing on a controller which will ha...
David Heinemeier Hansson
2004-11-25
2
-2
/
+4
*
Put establish_connection back in...
David Heinemeier Hansson
2004-11-25
2
-3
/
+4
*
Fixed bad chars in public/.htaccess [imajes]
David Heinemeier Hansson
2004-11-25
1
-8
/
+8
*
Fixed AbstractRequest#remote_ip for users going through proxies - Patch #228 ...
David Heinemeier Hansson
2004-11-25
2
-9
/
+11
*
Dont include svn directories in packages
David Heinemeier Hansson
2004-11-25
3
-4
/
+4
*
Cleaned up the Rakefile
David Heinemeier Hansson
2004-11-25
1
-106
/
+68
*
Consolidated and better commented the environment files
David Heinemeier Hansson
2004-11-25
5
-40
/
+88
*
Added option to establish_connection where you'll be able to leave out the pa...
David Heinemeier Hansson
2004-11-25
2
-13
/
+18
*
Dump development database, not test database
David Heinemeier Hansson
2004-11-25
1
-4
/
+4
*
Added Request#ssl? which is shorthand for @request.protocol == "https://"
David Heinemeier Hansson
2004-11-24
2
-0
/
+6
*
Allow form_tag with no arguments (resulting in a form posting to current acti...
David Heinemeier Hansson
2004-11-24
2
-1
/
+3
*
Initial
David Heinemeier Hansson
2004-11-24
296
-0
/
+30881
[prev]