| Commit message (Expand) | Author | Age | Files | Lines |
* | Reformatted for better readability [DHH] | David Heinemeier Hansson | 2006-04-04 | 1 | -12/+13 |
* | Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen] | David Heinemeier Hansson | 2006-04-04 | 4 | -42/+48 |
* | Do not convert driver options to strings (closes #4499) [Kent] | David Heinemeier Hansson | 2006-04-04 | 2 | -1/+5 |
* | fix ruby syntax in comments for the JavascriptGenerator (closes #4577) [Rick] | Rick Olson | 2006-04-04 | 1 | -1/+1 |
* | Fixed that rails --version should have the return code of 0 (success) (closes... | David Heinemeier Hansson | 2006-04-03 | 3 | -2/+7 |
* | Fixed that AssociationCollection#delete_all should work even if the records o... | Florian Weber | 2006-04-03 | 3 | -0/+22 |
* | Doc fix #3960 [jonrailsdev@shumi.org] | David Heinemeier Hansson | 2006-04-03 | 1 | -2/+2 |
* | Changed those private ActiveRecord methods to take optional third argument :a... | Rick Olson | 2006-04-03 | 2 | -7/+10 |
* | Abort broken tighter resolution suppression. Closes #4431 | Nicholas Seckar | 2006-04-03 | 1 | -2/+0 |
* | Typo fix | Nicholas Seckar | 2006-04-03 | 1 | -1/+1 |
* | Install alias so Rails::InfoController is accessible at /rails_info. Closes #... | Nicholas Seckar | 2006-04-03 | 3 | -0/+6 |
* | Ever so lined up | David Heinemeier Hansson | 2006-04-03 | 1 | -6/+6 |
* | Fix for depot and other applications with .13 style environment.rb files. p... | Michael Koziarski | 2006-04-03 | 2 | -0/+15 |
* | Fixed that spawner should daemonize if running in repeat mode [DHH] | David Heinemeier Hansson | 2006-04-03 | 3 | -3/+18 |
* | Show tag properly in about | David Heinemeier Hansson | 2006-04-03 | 1 | -1/+1 |
* | Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze... | David Heinemeier Hansson | 2006-04-03 | 3 | -11/+22 |
* | Added docs for to_proc | David Heinemeier Hansson | 2006-04-02 | 1 | -1/+8 |
* | Add additional autocompleter options [aballai, Thomas Fuchs] | Thomas Fuchs | 2006-04-02 | 3 | -3/+19 |
* | Private ActiveRecord methods add_limit, add_joins, and add_conditions take an... | Rick Olson | 2006-04-01 | 2 | -4/+11 |
* | Fix rails info for when js is off (closes #4472) [erik@codefaktor.de] | David Heinemeier Hansson | 2006-04-01 | 2 | -1/+2 |
* | Fixed fragment caching of binary data on Windows (closes #4493) [bellis@deept... | David Heinemeier Hansson | 2006-04-01 | 2 | -1/+3 |
* | Doc fix (closes #4515) | David Heinemeier Hansson | 2006-04-01 | 2 | -3/+3 |
* | Fixed that records returned from has_and_belongs_to_many associations with ad... | David Heinemeier Hansson | 2006-04-01 | 5 | -11/+40 |
* | Applied Prototype $() performance patches (#4465, #4477) and updated script.a... | Thomas Fuchs | 2006-04-01 | 8 | -150/+608 |
* | Doc fix (closes #4521) | David Heinemeier Hansson | 2006-04-01 | 1 | -0/+1 |
* | railties Rakefile refers to old rails_version.rb location (closes #4530) [wil... | David Heinemeier Hansson | 2006-04-01 | 1 | -1/+1 |
* | Use --simple-prompt instead of --prompt-mode simple for console compatibility... | David Heinemeier Hansson | 2006-04-01 | 3 | -2/+4 |
* | dont merge when you can update (closes #4529) [skaes] | David Heinemeier Hansson | 2006-04-01 | 1 | -2/+2 |
* | Added -f/--freeze option to rails command for freezing the application to the... | David Heinemeier Hansson | 2006-04-01 | 5 | -6/+19 |
* | Exit when no gem is found; expand on error message | Nicholas Seckar | 2006-04-01 | 1 | -1/+5 |
* | Remove explicit require of departed file. | Nicholas Seckar | 2006-04-01 | 1 | -1/+1 |
* | Remove explicit require of departed file. | Nicholas Seckar | 2006-04-01 | 1 | -2/+0 |
* | Specify gem version in environment.rb | David Heinemeier Hansson | 2006-04-01 | 3 | -8/+21 |
* | Make Rails::VERSION implicitly loadable. Closes #4491. | Nicholas Seckar | 2006-04-01 | 2 | -0/+2 |
* | Teach Rails apps to only load gems of the same Rails version they were genera... | Nicholas Seckar | 2006-04-01 | 3 | -2/+9 |
* | Do not implicitly mark recordss of has_many :through as readonly but do mark ... | Marcel Molina | 2006-03-30 | 4 | -9/+17 |
* | pass the correct reflection to HasManyThroughAssociationPolymorphicError | Rick Olson | 2006-03-30 | 1 | -1/+1 |
* | Make asset timestamping safe to use on assets that don't exist | Jamis Buck | 2006-03-30 | 1 | -1/+1 |
* | Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net] | David Heinemeier Hansson | 2006-03-30 | 4 | -12/+18 |
* | Skip complete URLs | David Heinemeier Hansson | 2006-03-29 | 2 | -1/+6 |
* | Added automated timestamping to AssetTagHelper methods for stylesheets, javas... | David Heinemeier Hansson | 2006-03-29 | 4 | -5/+45 |
* | Fix Rails info controller for postgres; Closes #4469. | Nicholas Seckar | 2006-03-29 | 4 | -23/+23 |
* | Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf... | David Heinemeier Hansson | 2006-03-29 | 2 | -1/+7 |
* | I tag by hand, thank you | David Heinemeier Hansson | 2006-03-28 | 1 | -1/+0 |
* | Rails 1.1.0 is real | David Heinemeier Hansson | 2006-03-28 | 1 | -1/+1 |
* | Made ready for release | David Heinemeier Hansson | 2006-03-28 | 16 | -27/+30 |
* | to_xml documentation [DHH, Koz] | Michael Koziarski | 2006-03-28 | 1 | -1/+61 |
* | regression test for #4206 | Rick Olson | 2006-03-28 | 1 | -0/+5 |
* | Add 1.0 marker to edge rails changelongs | Marcel Molina | 2006-03-28 | 6 | -0/+26 |
* | documentation for polymorphic joins | Rick Olson | 2006-03-28 | 1 | -1/+23 |