Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | return Mime::NullType if format is unknown | Angelo Capilleri | 2012-12-22 | 4 | -3/+28 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #8586 from balexand/cache_digests_regex | Rafael Mendonça França | 2012-12-21 | 3 | -2/+12 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Digestor explicit dependency should not contain trailing whitespace | Brian Alexander | 2012-12-21 | 3 | -2/+12 | |
* | | | | | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit... | Jeremy Kemper | 2012-12-21 | 25 | -724/+4 | |
* | | | | | Merge pull request #8471 from kytrinyx/refactor-xml-to-hash | Steve Klabnik | 2012-12-21 | 2 | -51/+101 | |
|\ \ \ \ \ | ||||||
| * | | | | | Refactor Hash.from_xml. | Steve Klabnik + Katrina Owen | 2012-12-21 | 2 | -51/+101 | |
* | | | | | | Merge pull request #8574 from alindeman/rails_env | Rafael Mendonça França | 2012-12-21 | 4 | -7/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Correctly shows RAILS_ENV=development even when ENV['RAILS_ENV'] is not set (... | Andy Lindeman | 2012-12-21 | 2 | -1/+13 | |
| * | | | | | | Revert "Make sure that RAILS_ENV is set when accessing Rails.env" | Andy Lindeman | 2012-12-21 | 2 | -6/+1 | |
* | | | | | | | Merge pull request #7312 from krainboltgreene/http-token-parser-bug | Steve Klabnik | 2012-12-21 | 2 | -17/+56 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Refactoring the token_and_options method to fix bugs | Kurtis Rainbolt-Greene | 2012-12-15 | 2 | -17/+56 | |
* | | | | | | | Remove duplicated methods in command recorder and duplicated test name | Carlos Antonio da Silva | 2012-12-21 | 2 | -4/+4 | |
* | | | | | | | Fix calling quote column name in interpolated string | Carlos Antonio da Silva | 2012-12-21 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #8267 from marcandre/reversible_drop_table_etc | Aaron Patterson | 2012-12-21 | 15 | -307/+841 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update Migration and 4.0 Release Guides, Changelogs [#8267] | Marc-Andre Lafortune | 2012-12-21 | 4 | -36/+223 | |
| * | | | | | | | Make execute, change_column and remove_columns methods actually irreversible | Marc-Andre Lafortune | 2012-12-21 | 2 | -2/+9 | |
| * | | | | | | | Make change_table reversible when possible [#8267] | Marc-Andre Lafortune | 2012-12-21 | 2 | -1/+25 | |
| * | | | | | | | Migration generators use `change` even for destructive methods [#8267] | Marc-Andre Lafortune | 2012-12-21 | 2 | -47/+16 | |
| * | | | | | | | Factorize methods that are easily reversible [#8267] | Marc-Andre Lafortune | 2012-12-21 | 2 | -42/+28 | |
| * | | | | | | | Make remove_index reversible [#8267] | Marc-Andre Lafortune | 2012-12-21 | 2 | -7/+34 | |
| * | | | | | | | Differentiate between remove_column and remove_columns. Make remove_column re... | Marc-Andre Lafortune | 2012-12-21 | 6 | -19/+44 | |
| * | | | | | | | Make drop_table reversible [#8267] | Marc-Andre Lafortune | 2012-12-21 | 4 | -17/+41 | |
| * | | | | | | | Add drop_join_table [#8267] | Marc-Andre Lafortune | 2012-12-21 | 4 | -7/+69 | |
| * | | | | | | | Add Migration#reversible for reversible data operations [#8267] | Marc-Andre Lafortune | 2012-12-21 | 3 | -1/+85 | |
| * | | | | | | | Allow revert of whole migration [#8267] | Marc-Andre Lafortune | 2012-12-21 | 2 | -3/+102 | |
| * | | | | | | | Extract exec_migration [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -11/+16 | |
| * | | | | | | | Allow reverting of migration commands with Migration#revert [#8267] | Marc-Andre Lafortune | 2012-12-21 | 4 | -90/+155 | |
| * | | | | | | | Split ridiculously long line | Marc-Andre Lafortune | 2012-12-21 | 1 | -1/+4 | |
| * | | | | | | | Simple replacement of variable name for consistency | Marc-Andre Lafortune | 2012-12-21 | 1 | -32/+32 | |
| * | | | | | | | Simplify change_table and avoid duplicated logic | Marc-Andre Lafortune | 2012-12-21 | 2 | -40/+7 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #8584 from garysweaver/security_guide_update | Guillermo Iguaran | 2012-12-21 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Updated security guide to reference secret_key_base instead of secret_token, ... | Gary S. Weaver | 2012-12-21 | 1 | -3/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #7376 from dmitriy-kiriyenko/fix-double-callback-in-same-s... | Rafael Mendonça França | 2012-12-21 | 4 | -15/+100 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Prevent callback from being set twice. | Dmitriy Kiriyenko | 2012-12-20 | 4 | -15/+100 | |
* | | | | | | | | Remove CHANGELOG entry for ActiveModel::Errors#add_on_present | Rafael Mendonça França | 2012-12-21 | 1 | -5/+0 | |
* | | | | | | | | Use :present as key for the absence validatior message | Rafael Mendonça França | 2012-12-21 | 2 | -2/+2 | |
* | | | | | | | | Remove ActiveModel::Errors#add_on_present method. | Rafael Mendonça França | 2012-12-21 | 3 | -16/+3 | |
* | | | | | | | | Merge pull request #8581 from garysweaver/security_guide_update | Guillermo Iguaran | 2012-12-21 | 1 | -7/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Updated security guide with information about secret_token.rb and to suggest ... | Gary S. Weaver | 2012-12-21 | 1 | -7/+11 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | BufferedLogger is deprecated too. | Rafael Mendonça França | 2012-12-21 | 1 | -1/+1 | |
* | | | | | | | | Fix broken test for postgresql | Rafael Mendonça França | 2012-12-21 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Revert "Make sure that ActiveSupport::Logger includes the Logger extensions f... | David Heinemeier Hansson | 2012-12-21 | 4 | -21/+30 | |
* | | | | | | | Make sure that ActiveSupport::Logger includes the Logger extensions from core... | David Heinemeier Hansson | 2012-12-21 | 4 | -30/+21 | |
* | | | | | | | Add ActiveSupport::Logger#silence that works the same as the old Logger#silen... | David Heinemeier Hansson | 2012-12-21 | 5 | -20/+45 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-12-21 | 4 | -23/+45 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | copy edits in assets guide [ci skip] | Vijay Dev | 2012-12-21 | 1 | -23/+26 | |
| * | | | | | | Revert "Fix incorrect adjustment 4c41e87e3ae548c44810b66437b2f0f6e73b2106" | Vijay Dev | 2012-12-21 | 1 | -1/+1 | |
| * | | | | | | Fix incorrect adjustment 4c41e87e3ae548c44810b66437b2f0f6e73b2106 | kei | 2012-12-20 | 1 | -1/+1 | |
| * | | | | | | Fix documentation style | kei | 2012-12-20 | 1 | -1/+1 | |
| * | | | | | | Remove Reference to Ruby 1.8.7 | John Kelly | 2012-12-20 | 1 | -2/+1 |