Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | `recall` should be `path_parameters`, also make it required | Aaron Patterson | 2014-07-17 | 1 | -3/+3 | |
* | | | | | pass the route name to define_url_helper | Aaron Patterson | 2014-07-17 | 3 | -23/+26 | |
* | | | | | Make restore_attributes public | Rafael Mendonça França | 2014-07-17 | 2 | -10/+20 | |
* | | | | | use a strategy object for generating urls in named helpers | Aaron Patterson | 2014-07-17 | 2 | -21/+37 | |
* | | | | | helper methods are public, so we can just call them | Aaron Patterson | 2014-07-17 | 1 | -4/+4 | |
* | | | | | docs, `select` and friends with `multiple=true` include a blank string. | Yves Senn | 2014-07-17 | 1 | -5/+3 | |
* | | | | | Merge pull request #16198 from eileencodes/remove-need-for-macro-instance-var | Matthew Draper | 2014-07-18 | 1 | -11/+14 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove need for macro instance var | eileencodes | 2014-07-17 | 1 | -11/+14 | |
* | | | | | | Merge pull request #16205 from davejachimiak/remove_profile_and_benchmark_point | Matthew Draper | 2014-07-17 | 1 | -1/+0 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Remove "profile and benchmark" line from command line guide | Dave Jachimiak | 2014-07-17 | 1 | -1/+0 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #16201 from noinkling/master | Godfrey Chan | 2014-07-16 | 1 | -5/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix broken list formatting [ci skip] | noinkling | 2014-07-17 | 1 | -5/+5 | |
* | | | | | | subclass Rails::Engine | Aaron Patterson | 2014-07-16 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | extract path building to a method | Aaron Patterson | 2014-07-16 | 1 | -9/+11 | |
* | | | | | break out path building logic to methods | Aaron Patterson | 2014-07-16 | 1 | -14/+22 | |
* | | | | | only extract :params from the options hash once | Aaron Patterson | 2014-07-16 | 1 | -3/+2 | |
* | | | | | we do not need to dup the options hash, it is private and a new object each call | Aaron Patterson | 2014-07-16 | 1 | -2/+2 | |
* | | | | | push rails app testing up | Aaron Patterson | 2014-07-16 | 1 | -9/+13 | |
* | | | | | Rails-ish apps should descend from Rails::Railtie | Aaron Patterson | 2014-07-16 | 4 | -14/+17 | |
* | | | | | app should always be a class (I suppose) | Aaron Patterson | 2014-07-16 | 1 | -1/+1 | |
* | | | | | we should be checking if the app is a class | Aaron Patterson | 2014-07-16 | 1 | -1/+1 | |
* | | | | | Merge pull request #16197 from cgriego/patch-1 | Rafael Mendonça França | 2014-07-16 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove unused 1:1 association :remote option | Chris Griego | 2014-07-16 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #16196 from yahonda/mysql_restrict_test | Matthew Draper | 2014-07-17 | 2 | -8/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Revert "Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode" | Yasuo Honda | 2014-07-17 | 2 | -8/+6 | |
* | | | | | | Merge pull request #16195 from jonatack/patch-7 | Matthew Draper | 2014-07-17 | 1 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix typos in string_ext_test.rb [ci skip] | Jon Atack | 2014-07-16 | 1 | -4/+4 | |
|/ / / / / / | ||||||
* | | | | | | Merge remote-tracking branch 'origin/master' | Rafael Mendonça França | 2014-07-16 | 4 | -7/+62 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge pull request #16190 from oss92/word_truncation | Matthew Draper | 2014-07-17 | 3 | -0/+49 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Added truncate_words method to activesupport strings | root | 2014-07-16 | 3 | -0/+45 | |
| * | | | | | | | extract inner options before delegating to the helper | Aaron Patterson | 2014-07-16 | 1 | -7/+13 | |
* | | | | | | | | Use &= instead of select with include? | Rafael Mendonça França | 2014-07-16 | 1 | -4/+1 | |
* | | | | | | | | Merge pull request #15917 from luke-gru/actionview_perf | Rafael Mendonça França | 2014-07-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | remove Set.new from DetailsKey::get, impacts rendering overhead performance | Luke Gruber | 2014-06-25 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #15944 from seuros/uuid | Rafael Mendonça França | 2014-07-16 | 3 | -1/+51 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Treat invalid uuid as nil | Abdelkader Boudih | 2014-07-14 | 3 | -1/+51 | |
* | | | | | | | | | Merge pull request #16183 from goddamnhippie/fix-psych-warning | Rafael Mendonça França | 2014-07-16 | 2 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Move #encode_with to Relation | Gustavo Beathyate | 2014-07-15 | 2 | -4/+5 | |
| * | | | | | | | | | Implement required #encode_with | Gustavo Beathyate | 2014-07-15 | 2 | -0/+5 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | always transcode the file to utf-8 | Aaron Patterson | 2014-07-16 | 2 | -0/+7 | |
* | | | | | | | | | Merge pull request #15718 from chancancode/regression_from_15694 | Godfrey Chan | 2014-07-16 | 2 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fixed a regression introduced in 84cf156 | Godfrey Chan | 2014-06-14 | 2 | -1/+10 | |
* | | | | | | | | | | Fix typo on the variable name | Rafael Mendonça França | 2014-07-16 | 1 | -8/+8 | |
* | | | | | | | | | | Merge branch 'joeljunstrom-local-iterator-for-partial-collections' | Rafael Mendonça França | 2014-07-16 | 7 | -18/+125 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add CHANGELOG entry for PartialIteration. | Rafael Mendonça França | 2014-07-16 | 1 | -0/+10 | |
| * | | | | | | | | | | Document the PartialIteration object | Rafael Mendonça França | 2014-07-16 | 1 | -3/+9 | |
| * | | | | | | | | | | Build only one PartialIteration object for loop | Rafael Mendonça França | 2014-07-16 | 2 | -16/+26 | |
| * | | | | | | | | | | No need to have a file to PartialIteration class | Rafael Mendonça França | 2014-07-16 | 3 | -23/+19 | |
| * | | | | | | | | | | Added PartialIteration class used when rendering collections | Joel Junström | 2014-07-16 | 7 | -14/+99 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Remove unused fixtures | Rafael Mendonça França | 2014-07-16 | 60 | -98/+0 |