David Heinemeier Hansson
|
bd5985331c
|
Added ActionController#cookies[] as a reader for @cookies that'll return the value of the cookie instead of the cookie object itself. NOTE: If you were using the old accessor, this could potentially break your code -- if you expect a full cookie object!
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@18 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-26 01:09:59 +00:00 |
David Heinemeier Hansson
|
e15b371777
|
symbolize_strings_in_hash shouldnt change receiver -- this should fix the bug with dump_schema in the rakefile
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@17 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-26 00:50:49 +00:00 |
David Heinemeier Hansson
|
7022dd9c05
|
Keep quiet about failing to load association classes. People know what theyre doing.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@16 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-26 00:19:47 +00:00 |
David Heinemeier Hansson
|
d8207adb5f
|
Added the opportunity to defined method_missing on a controller which will handle all requests for actions not otherwise defined #223 [timb]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@15 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-25 23:51:46 +00:00 |
David Heinemeier Hansson
|
7ed0894c37
|
Put establish_connection back in...
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@14 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-25 22:34:24 +00:00 |
David Heinemeier Hansson
|
55f2fcff1d
|
Fixed bad chars in public/.htaccess [imajes]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@13 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-25 22:07:29 +00:00 |
David Heinemeier Hansson
|
18d614040a
|
Fixed AbstractRequest#remote_ip for users going through proxies - Patch #228 [Eric Hodel]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@12 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-25 16:39:18 +00:00 |
David Heinemeier Hansson
|
43704662ef
|
Dont include svn directories in packages
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@11 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-25 16:31:27 +00:00 |
David Heinemeier Hansson
|
14b80d0f1d
|
Cleaned up the Rakefile
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@10 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-25 16:27:59 +00:00 |
David Heinemeier Hansson
|
9e41445360
|
Consolidated and better commented the environment files
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-25 16:22:07 +00:00 |
David Heinemeier Hansson
|
064877cab8
|
Added option to establish_connection where you'll be able to leave out the parameter to have it use the RAILS_ENV environment variable
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-25 16:03:33 +00:00 |
David Heinemeier Hansson
|
a09824cfcc
|
Dump development database, not test database
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-25 15:53:30 +00:00 |
David Heinemeier Hansson
|
1042de2370
|
Added Request#ssl? which is shorthand for @request.protocol == "https://"
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-24 19:46:30 +00:00 |
David Heinemeier Hansson
|
e0b904e74f
|
Allow form_tag with no arguments (resulting in a form posting to current action) - Patch #236
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-24 01:15:16 +00:00 |
David Heinemeier Hansson
|
db045dbbf6
|
Initial
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2004-11-24 01:04:44 +00:00 |