Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | 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 | |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'rm-uuid' | Rafael Mendonça França | 2014-07-15 | 6 | -78/+78 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Move uuid_v5 and uuid_v3 to Digest::UUID | Rafael Mendonça França | 2014-07-15 | 6 | -78/+78 | |
* | | | | | | | | | | | stop passing recall to url_for | Aaron Patterson | 2014-07-15 | 2 | -37/+48 | |
* | | | | | | | | | | | rack 1.6 encodes the filenames in posts correctly now | Aaron Patterson | 2014-07-15 | 1 | -8/+1 | |
* | | | | | | | | | | | fix warnings | Aaron Patterson | 2014-07-15 | 1 | -1/+1 | |
* | | | | | | | | | | | stop calling url_for with recall parameters and actually use a request | Aaron Patterson | 2014-07-15 | 2 | -85/+197 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | execute a request and check the path_parameters | Aaron Patterson | 2014-07-15 | 1 | -17/+59 | |
* | | | | | | | | | | set `set` in the setup method | Aaron Patterson | 2014-07-15 | 1 | -2/+5 | |
* | | | | | | | | | | remove useless ivar set | Aaron Patterson | 2014-07-15 | 1 | -1/+0 | |
* | | | | | | | | | | RouteSet should be in charge of constructing the dispather | Aaron Patterson | 2014-07-15 | 3 | -10/+15 | |
* | | | | | | | | | | Merge pull request #16180 from rafaelfranca/rm-dirty | Rafael Mendonça França | 2014-07-15 | 6 | -18/+79 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`. | Rafael Mendonça França | 2014-07-15 | 5 | -13/+38 | |
| * | | | | | | | | | | Deprecate ActiveModel::Dirty#reset_changes in favor of #clear_changes_informa... | Rafael Mendonça França | 2014-07-15 | 4 | -6/+42 | |
* | | | | | | | | | | | Add CHANGELOG entry for #13392 [ci skip] | Rafael Mendonça França | 2014-07-15 | 1 | -0/+7 | |
* | | | | | | | | | | | Keep quietly and capture undeprecated on your suite | Rafael Mendonça França | 2014-07-15 | 10 | -21/+140 | |
* | | | | | | | | | | | Deprecate reporting methods for silencing output as they aren't thread safe | Tom Meier | 2014-07-15 | 1 | -0/+10 | |
* | | | | | | | | | | | Merge pull request #16129 from rafaelfranca/config_for | Rafael Mendonça França | 2014-07-15 | 3 | -0/+134 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add Rails::Application#config_for | Rafael Mendonça França | 2014-07-15 | 3 | -0/+134 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'master' of git://github.com/rails/rails | Godfrey Chan | 2014-07-15 | 4 | -6/+24 | |
|\| | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'jbrowning-fix_mariadb_rename_index' | Rafael Mendonça França | 2014-07-15 | 4 | -6/+24 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Predicate methods don't need to return `true` / `false` | Rafael Mendonça França | 2014-07-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | Fix version detection for RENAME INDEX support. Fixes #15931. | Jeff Browning | 2014-07-15 | 4 | -6/+24 | |
* | | | | | | | | | | | | Document the change in `nil` handling for serialized attributes | Godfrey Chan | 2014-07-15 | 2 | -9/+17 | |
* | | | | | | | | | | | | Fixed SQL syntax for postgresql | Godfrey Chan | 2014-07-15 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge pull request #16162 from chancancode/fix_json_coder | Godfrey Chan | 2014-07-15 | 2 | -1/+19 | |
* | | | | | | | | | | | | Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"" | Godfrey Chan | 2014-07-15 | 5 | -2/+76 | |
|/ / / / / / / / / / / | ||||||
* / / / / / / / / / / | Add CHANGELOG entry for #15266 | Godfrey Chan | 2014-07-15 | 1 | -0/+5 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #15266 from dv/use_counter_cache_for_empty_call | Godfrey Chan | 2014-07-15 | 2 | -0/+15 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | If a counter_cache exists, use it for #empty? | David Verhasselt | 2014-06-10 | 2 | -0/+15 | |
* | | | | | | | | | | | Merge pull request #16142 from andreychernih/extend-server-options | Rafael Mendonça França | 2014-07-15 | 1 | -7/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add ability to extend `rails server` command options parser | Andrey Chernih | 2014-07-11 | 1 | -7/+11 | |
* | | | | | | | | | | | | Merge pull request #16175 from skorks/log_digestor_as_debug | Rafael Mendonça França | 2014-07-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Log digest as :debug instead of :info | Alan Skorkin | 2014-07-15 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge pull request #16161 from jpawlyn/master | Andrew White | 2014-07-15 | 3 | -1/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Return an absolute instead of relative path from an asset url in the case of ... | Jolyon Pawlyn | 2014-07-15 | 3 | -1/+14 | |
* | | | | | | | | | | | | | Merge pull request #16174 from tgxworld/doc_fix | Zachary Scott | 2014-07-14 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | |