Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #17279 from aditya-kapoor/call-methods | Yves Senn | 2014-10-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | use require_command! instead of calling its definition | Aditya Kapoor | 2014-10-16 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | we don't need a HWIA and a hash allocated for just one k/v pair | Aaron Patterson | 2014-10-15 | 1 | -5/+3 | |
* | | | | | just look up the primary key from the columns hash | Aaron Patterson | 2014-10-15 | 1 | -6/+1 | |
* | | | | | add table.bigint support | Aaron Patterson | 2014-10-15 | 3 | -1/+21 | |
* | | | | | Merge pull request #17277 from yuutetu/fix_type_in_routing_mapper | Guillermo Iguaran | 2014-10-15 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix typo in actionpack/lib/action_dispatch/routing/mapper.rb | Yuutetu | 2014-10-16 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | 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 |