| Commit message (Expand) | Author | Age | Files | Lines |
* | Use if/else instead of early raise | Rafael Mendonça França | 2014-10-15 | 1 | -2/+5 |
* | Merge pull request #17267 from rebyn/master | Rafael Mendonça França | 2014-10-15 | 4 | -0/+16 |
|\ |
|
| * | Raise an error for has_one associations which try to go :through a polymorphi... | Tu Hoang | 2014-10-15 | 4 | -0/+16 |
* | | Merge pull request #17255 from printercu/cors_exception_wrapper | Rafael Mendonça França | 2014-10-15 | 1 | -10/+11 |
|\ \ |
|
| * | | ActionController::InvalidCrossOriginRequest fails with 422 instead of 500 | Max Melentiev | 2014-10-14 | 1 | -10/+11 |
* | | | Merge pull request #17273 from claudiob/fix-file-and-password-field-tag | Rafael Mendonça França | 2014-10-15 | 2 | -2/+9 |
|\ \ \ |
|
| * | | | Fix how file_ and password_field_tag edit options | claudiob | 2014-10-15 | 2 | -2/+9 |
|/ / / |
|
* | | | Merge pull request #17262 from swapdisc/delete-join-operation-struct | Rafael Mendonça França | 2014-10-15 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | delete leftover JoinOperation struct | swapdisc | 2014-10-14 | 1 | -2/+0 |
| | |/
| |/| |
|
* | | | Merge pull request #17271 from claudiob/remove-duplicate-stringify-keys | Rafael Mendonça França | 2014-10-15 | 1 | -13/+13 |
|\ \ \ |
|
| * | | | Remove duplicate stringify_keys in text_field_tag | claudiob | 2014-10-15 | 1 | -13/+13 |
* | | | | Merge pull request #17257 from Bounga/use_tr_instead_of_gsub_in_journey_scanner | Santiago Pastorino | 2014-10-15 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Use `#tr` instead of `#gsub` | Nicolas Cavigneaux | 2014-10-14 | 1 | -1/+1 |
* | | | | | Merge pull request #17264 from claudiob/add-activejob-to-readme | Rafael Mendonça França | 2014-10-15 | 1 | -3/+5 |
|\ \ \ \ \ |
|
| * | | | | | Add ActiveJob to "Welcome to Rails" section | claudiob | 2014-10-15 | 1 | -3/+5 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #17265 from claudiob/add-link-to-active-model-readme | Rafael Mendonça França | 2014-10-15 | 1 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | Link to ActiveModel’s README in "Welcome to Rails" | claudiob | 2014-10-15 | 1 | -4/+4 |
| |/ / / / |
|
* | | | | | Merge pull request #17266 from claudiob/fix-broken-tore-darell-link | Rafael Mendonça França | 2014-10-15 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Remove broken http://tore.darell.no link | claudiob | 2014-10-15 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #17270 from neumanrq/fix/external_links_to_json_project | Rafael Mendonça França | 2014-10-15 | 2 | -2/+2 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | specify protocol for external links | Robin Neumann | 2014-10-15 | 2 | -2/+2 |
|/ / / / |
|
* | | | | Make the config actually copyable | Godfrey Chan | 2014-10-14 | 1 | -1/+1 |
* | | | | :scissors: duplicated `require`s | Godfrey Chan | 2014-10-14 | 1 | -1/+0 |
* | | | | make sure cache is not used for collection assocations too | Aaron Patterson | 2014-10-14 | 3 | -2/+19 |
* | | | | break cache if we're inside a "scoping" call. fixes #17052 | Aaron Patterson | 2014-10-14 | 2 | -1/+16 |
| |/ /
|/| | |
|
* | | | Merge pull request #17220 from Bounga/fix_journey_rfc_3986_compliance | Andrew White | 2014-10-14 | 3 | -11/+34 |
|\ \ \
| |_|/
|/| | |
|
| * | | Improve Journey compliance to RFC 3986 | Nicolas Cavigneaux | 2014-10-14 | 3 | -11/+34 |
|/ / |
|
* | | Merge pull request #17253 from gshutler/activemodel-errors-key | Rafael Mendonça França | 2014-10-14 | 2 | -0/+13 |
|\ \ |
|
| * | | Add #key? to ActiveModel::Errors | Garry Shutler | 2014-10-14 | 2 | -0/+13 |
* | | | Merge pull request #17252 from Bounga/update_all_doc_clarification | Sean Griffin | 2014-10-14 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Clarify `#update_all` doc about value processing | Nicolas Cavigneaux | 2014-10-14 | 1 | -1/+2 |
|/ / |
|
* | | Merge pull request #17251 from claudiob/remove-duplicate-exception | Rafael Mendonça França | 2014-10-13 | 1 | -6/+10 |
|\ \ |
|
| * | | Remove duplicate error message "Couldn't find..." | claudiob | 2014-10-13 | 1 | -6/+10 |
| |/ |
|
* | | measure record instantiation time in AS::Notifications | Aaron Patterson | 2014-10-13 | 3 | -4/+58 |
* | | Always use latest turbolinks | Rafael Mendonça França | 2014-10-13 | 1 | -1/+1 |
* | | Don't need to account turbolinks cookies in get request. | Rafael Mendonça França | 2014-10-13 | 1 | -6/+6 |
* | | add length to ActiveRecord::Result | Aaron Patterson | 2014-10-13 | 2 | -0/+8 |
* | | Merge pull request #17232 from Agis-/issue-17209 | Rafael Mendonça França | 2014-10-13 | 4 | -1/+28 |
|\ \ |
|
| * | | Autosave callbacks shouldn't be `after_save` | Agis- | 2014-10-13 | 4 | -1/+28 |
* | | | line_statistics is not an executable | Rafael Mendonça França | 2014-10-13 | 2 | -2/+2 |
* | | | Make a note about the internal tools/ dir and what each utility does | Jeremy Kemper | 2014-10-13 | 1 | -0/+8 |
* | | | Do not use deprecated `exists?` method | Rafael Mendonça França | 2014-10-13 | 1 | -1/+1 |
* | | | Document the propose of tools/profile | Rafael Mendonça França | 2014-10-13 | 1 | -0/+3 |
* | | | Revert "Merge pull request #17247 from igas/fix-deprecations" | Rafael Mendonça França | 2014-10-13 | 1 | -0/+133 |
* | | | Merge pull request #17230 from robertoz-01/master | Rafael Mendonça França | 2014-10-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | atomic_write rescue also Errno::EACCES | Roberto Zanon | 2014-10-10 | 1 | -1/+1 |
* | | | | Merge pull request #17247 from igas/fix-deprecations | Rafael Mendonça França | 2014-10-13 | 1 | -133/+0 |
|\ \ \ \ |
|
| * | | | | remove unused tools/profile | Igor Kapkov | 2014-10-13 | 1 | -133/+0 |
* | | | | | Merge pull request #17240 from masarakki/fix-test_helper-of-mountable-plugin | Rafael Mendonça França | 2014-10-13 | 2 | -0/+7 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | fix test_helper for mountable plugin | masarakki | 2014-10-13 | 2 | -0/+7 |
| | |/ /
| |/| | |
|