Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | | | | nodoc enum hooks [ci skip] | Rafael Mendonça França | 2014-07-16 | 1 | -2/+2 |
* | | | | | | | Don't accept parameters as argument for redirect to [via @homakov] | Santiago Pastorino | 2014-07-16 | 2 | -0/+11 |
* | | | | | | | we intend to keep the `capture` helper for Active Record tests. | Yves Senn | 2014-07-16 | 1 | -18/+12 |
* | | | | | | | Active Record tests still depend on `capture`. Let's keep it for now. | Yves Senn | 2014-07-16 | 2 | -19/+23 |
* | | | | | | | Merge pull request #16187 from jone/testing-guide-assertions | Yves Senn | 2014-07-16 | 1 | -2/+13 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | link minitest assertions documentation. | Jonas Baumann | 2014-07-16 | 1 | -2/+7 |
| * | | | | | | | document assert[_not]_empty, assert[_not]_includes, assert[_not]_predicate in... | Jonas Baumann | 2014-07-16 | 1 | -0/+6 |
|/ / / / / / / | |||||
* | | | | | | | use foreign key DSL in our tests. | Yves Senn | 2014-07-16 | 2 | -5/+4 |
* | | | | | | | Merge pull request #16138 from sgrif/sg-attribute-set-key | Yves Senn | 2014-07-16 | 3 | -10/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | AttributeSet#include? -> AttributeSet#key? | Sean Griffin | 2014-07-11 | 3 | -10/+10 |
* | | | | | | | | Fix 1.9. uggghhhhhh get it together @tenderlove :bomb: | Aaron Patterson | 2014-07-15 | 1 | -2/+2 |
* | | | | | | | | fix for 1.9 kwargs syntax | Aaron Patterson | 2014-07-15 | 1 | -1/+2 |
* | | | | | | | | routed applications will respond to these methods | Aaron Patterson | 2014-07-15 | 2 | -2/+2 |
| |_|_|_|_|/ / |/| | | | | | |