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
...
*
Fixed documentation #538
David Heinemeier Hansson
2005-01-25
1
-1
/
+1
*
Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT...
David Heinemeier Hansson
2005-01-25
4
-13
/
+25
*
The create and build methods are only available for has_one/belongs_to if an ...
David Heinemeier Hansson
2005-01-25
1
-2
/
+3
*
Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson]
David Heinemeier Hansson
2005-01-24
2
-2
/
+4
*
Applied the dblack patch
David Heinemeier Hansson
2005-01-24
2
-0
/
+32
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@498 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2005-01-24
1
-0
/
+2
*
Fetch from current dir
David Heinemeier Hansson
2005-01-24
1
-518
/
+518
*
Added Base.update_collection that can update an array of id/attribute pairs, ...
David Heinemeier Hansson
2005-01-24
2
-1
/
+59
*
Added support for automatic id-based indexing for lists of items #532 [dblack]
David Heinemeier Hansson
2005-01-24
1
-0
/
+14
*
Added :application_prefix to url_for and friends that makes it easier to setu...
David Heinemeier Hansson
2005-01-24
3
-1
/
+25
*
Added :encode option to mail_to that'll allow you to masquarede the email add...
David Heinemeier Hansson
2005-01-24
3
-1
/
+42
*
Added Florian Gross' latest version of Breakpointer and friends that fixes a ...
David Heinemeier Hansson
2005-01-24
6
-838
/
+841
*
Added ActiveRecord::Base.timestamps_gmt that can be set to true to make the a...
David Heinemeier Hansson
2005-01-24
2
-7
/
+14
*
Fixed skeleton Rakefile to work with sqlite3 out of the box #521 [rasputnik]
David Heinemeier Hansson
2005-01-24
2
-26
/
+40
*
Added that update_all calls sanitize_sql on its updates argument, so stuff li...
David Heinemeier Hansson
2005-01-24
3
-1
/
+6
*
Fixed that the dynamic finders didnt treat nil as a "IS NULL" but rather "= N...
David Heinemeier Hansson
2005-01-24
3
-1
/
+28
*
Fixed install.rb files
David Heinemeier Hansson
2005-01-24
2
-4
/
+20
*
Fixed that script/breakpointer didn't get the Ruby path rewritten as the othe...
David Heinemeier Hansson
2005-01-24
2
-1
/
+5
*
Added bind-named arrays for interpolating a group of ids or strings in condit...
David Heinemeier Hansson
2005-01-24
3
-4
/
+23
*
Added that has_and_belongs_to_many associations with additional attributes al...
David Heinemeier Hansson
2005-01-24
4
-18
/
+54
*
Fixed that records fetched with piggy-back attributes or through rich has_and...
David Heinemeier Hansson
2005-01-24
3
-2
/
+24
*
Fixed handling of syntax errors in models that had already been succesfully r...
David Heinemeier Hansson
2005-01-24
3
-9
/
+42
*
Minor tweak
David Heinemeier Hansson
2005-01-24
1
-1
/
+1
*
Another swing at reloading
David Heinemeier Hansson
2005-01-24
1
-19
/
+18
*
Another swing at reloading
David Heinemeier Hansson
2005-01-24
3
-15
/
+13
*
Brought back reloading of models
David Heinemeier Hansson
2005-01-23
2
-1
/
+7
*
Added mass-assignment protection for the inheritance column -- regardless of ...
David Heinemeier Hansson
2005-01-23
3
-3
/
+17
*
Fixed that association proxies would fail === tests like PremiumSubscription ...
David Heinemeier Hansson
2005-01-23
3
-0
/
+11
*
Fixed that the content-header was being set to application/octet_stream inste...
David Heinemeier Hansson
2005-01-22
2
-1
/
+3
*
Fixed that generate scaffold would produce bad functional tests
David Heinemeier Hansson
2005-01-22
3
-12
/
+19
*
Fixed no-binding fragment caching
David Heinemeier Hansson
2005-01-20
3
-8
/
+8
*
Removed the need for passing the binding when using CacheHelper#cache
David Heinemeier Hansson
2005-01-20
3
-7
/
+9
*
Flipped reloads around
David Heinemeier Hansson
2005-01-20
1
-1
/
+1
*
Fixed that FCGI can also display SyntaxErrors
David Heinemeier Hansson
2005-01-20
1
-3
/
+7
*
Deactivated RAW_POST_DATA pending fix
David Heinemeier Hansson
2005-01-20
1
-1
/
+1
*
A few missing files
David Heinemeier Hansson
2005-01-20
4
-1
/
+88
*
Added TestResponse#binary_content that'll return as a string the data sent th...
David Heinemeier Hansson
2005-01-20
2
-0
/
+19
*
Replaced === checks with is_a? checks #502, #82 [Marcel Molina]
David Heinemeier Hansson
2005-01-20
4
-7
/
+7
*
Fixed that column aliases didn't work as expected with the new MySql411 drive...
David Heinemeier Hansson
2005-01-20
2
-1
/
+3
*
Fixed that find_all would produce invalid sql when called sequentialy #490 [S...
David Heinemeier Hansson
2005-01-20
2
-1
/
+6
*
Added @request.env['RAW_POST_DATA'] for people who need access to the data be...
David Heinemeier Hansson
2005-01-20
3
-0
/
+4
*
Fixed that all redirect and render calls now return true, so you can use the ...
David Heinemeier Hansson
2005-01-20
4
-7
/
+74
*
Fixed that a default fragment store wan't being set to MemoryStore as intended
David Heinemeier Hansson
2005-01-20
1
-1
/
+1
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@459 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2005-01-18
1
-1
/
+1
*
Made ready for release of 0.9.4.1
David Heinemeier Hansson
2005-01-18
8
-10
/
+20
*
Cleanup the proxy rollback #492
David Heinemeier Hansson
2005-01-18
1
-14
/
+6
*
Fixed that the belongs_to and has_one proxy would fail a test like 'if projec...
David Heinemeier Hansson
2005-01-18
7
-32
/
+81
*
Added 5-second timeout to WordNet alternatives on creating reserved-word mode...
David Heinemeier Hansson
2005-01-18
2
-5
/
+11
*
Fixed that the Ruby/MySQL adapter wouldn't connect if the password was empty ...
David Heinemeier Hansson
2005-01-18
2
-1
/
+7
*
Fixed a bug where cookies wouldn't be set if a symbol was used instead of a s...
David Heinemeier Hansson
2005-01-17
2
-1
/
+3
[prev]
[next]