Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4743 from atd/patch-1 | José Valim | 2012-01-29 | 1 | -1/+1 |
|\ | | | | | Add 'image/pjpeg' format used by IE | ||||
| * | Add 'image/pjpeg' format used by IE | Antonio Tapiador | 2012-01-29 | 1 | -1/+1 |
|/ | | | http://msdn.microsoft.com/en-us/library/ms775147%28v=vs.85%29.aspx#_replace | ||||
* | Merge pull request #4739 from nashby/refactor-date-helper | Santiago Pastorino | 2012-01-29 | 2 | -15/+9 |
|\ | | | | | tiny refactoring of date_helper | ||||
| * | tiny refactoring | Vasiliy Ermolovich | 2012-01-29 | 2 | -15/+9 |
| | | | | | | | | | | use :default option with translate method instead of condition simplify separator method | ||||
* | | Merge pull request #4741 from pacoguzman/initialize_variable_not_needed | Santiago Pastorino | 2012-01-29 | 1 | -2/+1 |
|\ \ | | | | | | | Remove initialize variable columnn, not needed | ||||
| * | | Remove initialize variable columnn, not needed | Paco Guzman | 2012-01-29 | 1 | -2/+1 |
|/ / | |||||
* | | Merge pull request #4740 from castlerock/remove_autoload_UrlWriter | José Valim | 2012-01-29 | 1 | -1/+0 |
|\ \ | |/ |/| | remove autoload UrlWriter, no longer exists | ||||
| * | remove autoload UrlWriter, no longer exists | Vishnu Atrai | 2012-01-29 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #4731 from ndbroadbent/revert_build_original_fullpath | Santiago Pastorino | 2012-01-27 | 1 | -1/+9 |
|\ | | | | | Reverted build_original_fullpath method refactor | ||||
| * | Reverted build_original_fullpath method, as per discussion at ↵ | Nathan Broadbent | 2012-01-28 | 1 | -1/+9 |
|/ | | | | https://github.com/rails/rails/pull/4470/files#r393461 | ||||
* | Merge pull request #4730 from carlosantoniodasilva/patch-1 | Santiago Pastorino | 2012-01-27 | 1 | -1/+0 |
|\ | | | | | Remove not used env[] call in routing_test. | ||||
| * | Remove not used env[] call in routing_test. | Carlos Antonio da Silva | 2012-01-27 | 1 | -1/+0 |
|/ | | | The commit 4c321c6d42b6e35f9ead12eb1dccdead03c5abf4 removes the path_params variable assignment, actually the entire line is not used at all. | ||||
* | Inline the prefix assignment so it doesnt look so daft | David Heinemeier Hansson | 2012-01-27 | 1 | -2/+1 |
| | |||||
* | Revert "Fix expanding cache key for single element arrays" | David Heinemeier Hansson | 2012-01-27 | 2 | -16/+8 |
| | | | | | | This reverts commit abe915f23777efe10f17d611bf5718ca855a0704. This broke all existing keys and it's wrong anyway. The array is just there as a convenience option for building the string. It's intentional that [ "stuff"] and "stuff" generates the same key. | ||||
* | Merge pull request #4726 from rafaelfranca/create_join_table | Aaron Patterson | 2012-01-27 | 8 | -5/+194 |
|\ | | | | | Add create_join_table migration helper to create HABTM join tables | ||||
| * | Add `create_join_table` migration helper to create HABTM join tables | Rafael Mendonça França | 2012-01-27 | 8 | -5/+194 |
| | | |||||
* | | fix a small typo [ci skip] | Vijay Dev | 2012-01-27 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #4709 from ask4prasath/refactor_validation_test | Aaron Patterson | 2012-01-27 | 1 | -2/+1 |
|\ \ | |/ |/| | Removed unwanted intializer and replaced with ruby default collect method | ||||
| * | Removed unwanted intializer and replaced with ruby default collect method | prasath | 2012-01-27 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #4722 from kennyj/fix_4708 | Aaron Patterson | 2012-01-27 | 2 | -2/+6 |
|\ \ | | | | | | | Remove redundant instance variables (@colorize_logging) | ||||
| * | | Remove redundant instance_variables (@colorize_logging) | kennyj | 2012-01-27 | 2 | -2/+6 |
| | | | |||||
* | | | Merge pull request #4724 from kennyj/fix_warning_20120128 | Aaron Patterson | 2012-01-27 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix warning. assigned but unused variable - path_params | ||||
| * | | | Fix warning. assigned but unused variable - path_params | kennyj | 2012-01-28 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #4721 from ab9/fix_has_secure_password_doc | José Valim | 2012-01-27 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix documentation for has_secure_password | ||||
| * | | fix example code in documentation for has_secure_password | Aaron Beckerman | 2012-01-28 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #4715 from pwim/find-create-multi-args | Jon Leighton | 2012-01-27 | 2 | -1/+12 |
|\ \ | | | | | | | Fix regression from Rails 3.1 | ||||
| * | | Fix regression from Rails 3.1 | Paul McMahon | 2012-01-27 | 2 | -1/+12 |
| | | | | | | | | | | | | | | | | | | Under Rails 3.1, you were allowed to pass a hash to a find_or_create method with multiple attribute names, but this was broken as the arguments were being improperly validated. | ||||
* | | | Disagree with @spastorino, @jonleighton, @tenderlove on ↵ | Jeremy Kemper | 2012-01-26 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | | | 51ccb7f59c83120bf6869f1febfebaec44bcface Same-level method visibility disappears into the syntax. Indent (and outdent) emphasize the state change that accompanies the declaration. All methods following 'private' are private: that's a natural hierarchy worthy of visual reinforcement. Outdent, represent! :trollface: | ||||
* | | Merge pull request #4713 from carlosantoniodasilva/form-label-for | Piotr Sarnacki | 2012-01-26 | 3 | -1/+7 |
|\ \ | | | | | | | Do not generate label for attribute when giving nil | ||||
| * | | Do not generate label for attribute when giving nil | Carlos Antonio da Silva | 2012-01-26 | 3 | -1/+7 |
|/ / | |||||
* | | Revert usage of safe constantize | José Valim | 2012-01-26 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #4711 from atambo/master | José Valim | 2012-01-26 | 2 | -3/+4 |
|\ \ | |/ |/| | 3.2 safe_constantize should handle wrong constant name NameErrors Fixes #4710 | ||||
| * | safe_constantize should handle wrong constant name NameErrors Fixes #4710 | Alex Tambellini | 2012-01-26 | 2 | -3/+4 |
|/ | |||||
* | bumping journey to 1.0.1 | Aaron Patterson | 2012-01-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4696 from rafaelfranca/issue-4653 | Aaron Patterson | 2012-01-26 | 1 | -2/+0 |
| | | | | Remove extra attributes from HABTM join tables in AR tests | ||||
* | global variables may not be set depending on the match. fixes #4703 | Aaron Patterson | 2012-01-26 | 2 | -1/+8 |
| | |||||
* | Merge pull request #4699 from mattdbridges/typo_fix | Vijay Dev | 2012-01-26 | 1 | -1/+1 |
|\ | | | | | Fixed small typo in ActveRecord/CHANGELOG.md | ||||
| * | Fixed small typo in ActveRecord/CHANGELOG.md | Matt Bridges | 2012-01-26 | 1 | -1/+1 |
|/ | |||||
* | syncs 3-2-stable CHANGELOGs in master | Xavier Noria | 2012-01-26 | 1 | -0/+9 |
| | |||||
* | Revert "Merge pull request #4690 from jdutil/filter_password_confirmation" | José Valim | 2012-01-26 | 1 | -1/+1 |
| | | | | | This reverts commit eafa1c429835e099897a0da90bc39d9dbbb7ed4e, reversing changes made to f251437415f7b803f7a84118fcc970a111ace266. | ||||
* | Merge pull request #4690 from jdutil/filter_password_confirmation | José Valim | 2012-01-26 | 1 | -1/+1 |
|\ | | | | | Add :password_confirmation as a filtered param by default. | ||||
| * | Add :password_confirmation as a filtered param by default. | Jeff Dutil | 2012-01-26 | 1 | -1/+1 |
| | | |||||
* | | disable automatic explain if there is no logger [closes #4671] | Xavier Noria | 2012-01-26 | 3 | -1/+20 |
|/ | |||||
* | Merge pull request #4689 from claudiob/add_rails32_release_date | Xavier Noria | 2012-01-26 | 6 | -6/+6 |
|\ | | | | | Add release date of Rails 3.2.0 to documentation | ||||
| * | Add release date of Rails 3.2.0 to documentation | claudiob | 2012-01-26 | 6 | -6/+6 |
|/ | |||||
* | Merge pull request #4687 from lest/patch-2 | José Valim | 2012-01-26 | 1 | -2/+2 |
|\ | | | | | fix fixtures test as table_name is a string now | ||||
| * | fix fixtures test as table_name is a string now | Sergey Nartimov | 2012-01-26 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #4684 from rossmeissl/patch-1 | Xavier Noria | 2012-01-25 | 1 | -1/+1 |
|\ | | | | | Use `:rubygems` shortcut as standard Gemfile's `source` instead of explicit URL | ||||
| * | Use `:rubygems` shortcut as standard Gemfile's `source` instead of explicit ↵ | Andy Rossmeissl | 2012-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | URL. Theoretically this would future-proof Gemfiles against possible (albeit unlikely) change in the rubygems URL. | ||||
* | | Merge pull request #4685 from brainopia/fix_contribute_guide | Xavier Noria | 2012-01-25 | 1 | -1/+1 |
|\ \ | | | | | | | Fix contributing guide to reflect preferred position on indentation |