| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Some valid block calls in templates caused syntax errors | Akira Matsuda | 2014-11-20 | 3 | -2/+7 |
* | | Merge pull request #17575 from shikshachauhan/make-habtm-consistent | Rafael Mendonça França | 2014-11-19 | 2 | -1/+11 |
|\ \ |
|
| * | | Allow habtm class_name option to be consistent with other associations | shiksha | 2014-11-13 | 2 | -1/+11 |
* | | | Fix shell quote on the release task | Rafael Mendonça França | 2014-11-19 | 1 | -1/+1 |
* | | | Reintroduce cache with tests | Sean Griffin | 2014-11-19 | 3 | -14/+56 |
* | | | Add tests for `TypeMap#fetch` and push up to `TypeMap` | Sean Griffin | 2014-11-19 | 3 | -5/+20 |
* | | | Merge pull request #17677 from StevenNunez/patch-1 | Rafael Mendonça França | 2014-11-19 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Remove bullet point to unwritten/unreferenced section | Steven Nunez | 2014-11-19 | 1 | -1/+0 |
|/ / / |
|
* | | | That last test was incorrect... ☕ | Sean Griffin | 2014-11-19 | 1 | -10/+0 |
* | | | Revert "PERF: optimise type lookup to avoid invoking procs" | Sean Griffin | 2014-11-19 | 2 | -32/+8 |
* | | | Introduce test to demonstrate regression caused by da99a2a2 | Sean Griffin | 2014-11-19 | 1 | -0/+10 |
* | | | Merge pull request #17662 from dtaniwaki/support-symbol-foreign-key-column-to... | Rafael Mendonça França | 2014-11-19 | 2 | -1/+9 |
|\ \ \ |
|
| * | | | Support symbol foreign key to delete | dtaniwaki | 2014-11-19 | 2 | -1/+9 |
* | | | | Merge pull request #17672 from radar/date-select-space | Rafael Mendonça França | 2014-11-19 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Add space in :start_year description for date_select | Ryan Bigg | 2014-11-19 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Duplicated Hash key :prompt | Akira Matsuda | 2014-11-19 | 1 | -1/+1 |
* | | | | Improve the performance of reading attributes | Sean Griffin | 2014-11-18 | 12 | -18/+24 |
* | | | | pull the preloader allocation in to a factory method | Aaron Patterson | 2014-11-18 | 1 | -1/+5 |
* | | | | Speed up integer casting from DB | Sean Griffin | 2014-11-18 | 1 | -0/+5 |
* | | | | Make sure assert_select can assert body tag | Rafael Mendonça França | 2014-11-18 | 6 | -13/+35 |
* | | | | Remove needless call to `key?` when building attributes | Sean Griffin | 2014-11-18 | 1 | -2/+4 |
* | | | | LazyAttributeHash is private | Sean Griffin | 2014-11-18 | 1 | -1/+1 |
* | | | | Remove call to `key?` in `LazyAttributeHash#[]` | Sean Griffin | 2014-11-18 | 1 | -5/+1 |
* | | | | Merge pull request #17665 from javiervidal/fixing_documentation | Rafael Mendonça França | 2014-11-18 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Ruby on Rails 3.0 Release Notes: fix broken link | Javier Vidal | 2014-11-18 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #17660 from rishijain/update_docs_11 | Xavier Noria | 2014-11-18 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | fixed minor typos in RELEASE doc [ci skip] | Rishi Jain | 2014-11-18 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge pull request #17658 from SamSaffron/optimise_memory | Xavier Noria | 2014-11-18 | 1 | -1/+3 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | PERF: stop allocating the string "id" over and over | Sam | 2014-11-18 | 1 | -1/+3 |
* | | | Revert "[PERF] Speed up integer type casting from DB" | Godfrey Chan | 2014-11-17 | 1 | -4/+1 |
* | | | :nail_care: Put escape clause first, keeps @sgrif happy :grin: | Godfrey Chan | 2014-11-17 | 1 | -1/+2 |
* | | | [PERF] Speed up integer type casting from DB | Godfrey Chan | 2014-11-17 | 1 | -1/+3 |
|/ / |
|
* | | Remove the unused second argument to `substitute_at` | Sean Griffin | 2014-11-17 | 11 | -25/+12 |
* | | rm `reorder_bind_params` | Sean Griffin | 2014-11-17 | 9 | -25/+7 |
* | | Force table creation in tests | Sean Griffin | 2014-11-17 | 1 | -2/+2 |
* | | Generate new applications with the right rails-dom-testing version | Rafael Mendonça França | 2014-11-17 | 1 | -2/+4 |
* | | Use GitHub, not my local fork :sweat_smile: | Rafael Mendonça França | 2014-11-17 | 1 | -1/+1 |
* | | document_root_element need to be public | Rafael Mendonça França | 2014-11-17 | 3 | -9/+10 |
* | | Merge pull request #17647 from tgxworld/fix_typo | Abdelkader Boudih | 2014-11-17 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix typo. | Guo Xiang Tan | 2014-11-17 | 1 | -1/+1 |
|/ / |
|
* | | Improve the performance of quoting table names on PG | Sean Griffin | 2014-11-17 | 1 | -4/+15 |
* | | Add StackProf to the test group for 2.1 | Sean Griffin | 2014-11-17 | 1 | -0/+4 |
* | | Remove pointless `private` | Sean Griffin | 2014-11-17 | 1 | -2/+0 |
* | | Merge pull request #17643 from SamSaffron/select_all_perf | Sean Griffin | 2014-11-17 | 2 | -8/+32 |
|\ \ |
|
| * | | PERF: optimise type lookup to avoid invoking procs | Sam | 2014-11-17 | 2 | -8/+32 |
* | | | Merge pull request #17640 from michaeljayt/spring-not-working-in-cygwin | Rafael Mendonça França | 2014-11-17 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Skip spring install in Cygwin due to fork() bad support. | michaeljayt | 2014-11-17 | 1 | -1/+1 |
* | | | | Merge pull request #17642 from tgxworld/fix_template_assertion_on_assigns | Rafael Mendonça França | 2014-11-17 | 2 | -4/+20 |
|\ \ \ \ |
|
| * | | | | Fix for assigns(:..) resetting template assertions | Calvin Correli | 2014-11-17 | 2 | -4/+20 |
* | | | | | Merge pull request #17628 from bf4/update_unicode | Rafael Mendonça França | 2014-11-17 | 2 | -1/+1 |
|\ \ \ \ \ |
|