Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | 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 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #17234 from arthurnn/add_regression_for_path_and_cascade | Rafael Mendonça França | 2014-10-13 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add regression test for router was overwriting PATH_INFO | Arthur Neves | 2014-10-10 | 1 | -0/+8 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #17246 from sferik/railties_first | Rafael Mendonça França | 2014-10-13 | 1 | -7/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Start running railties builds first, since they take the longest finish | Erik Michaels-Ober | 2014-10-13 | 1 | -7/+7 | |
* | | | | | | | | Merge pull request #17245 from sferik/sample | Xavier Noria | 2014-10-13 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Replace Array#shuffle.first with Array#sample | Erik Michaels-Ober | 2014-10-13 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #17244 from sferik/reverse_each | Xavier Noria | 2014-10-13 | 5 | -6/+6 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Replace Enumerable#reverse.each with Enumerable#reverse_each | Erik Michaels-Ober | 2014-10-13 | 5 | -6/+6 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #17241 from josh/coffee-rails-4-1 | Guillermo Iguaran | 2014-10-12 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | |