Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-12 | 85 | -397/+630 | |
|\| | | | | ||||||
| * | | | | Nobody sucks so nobody should call this awful method name | Rafael Mendonça França | 2014-08-12 | 1 | -1/+1 | |
| * | | | | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent! | Akira Matsuda | 2014-08-12 | 1 | -0/+5 | |
| * | | | | Revert "Merge pull request #16434 from strzalek/cookies-digest-config-option" | Santiago Pastorino | 2014-08-08 | 1 | -17/+0 | |
| * | | | | Add config option for cookies digest | Łukasz Strzałkowski | 2014-08-08 | 1 | -0/+17 | |
| |/ / / | ||||||
| * | | | Fixes to TestCaseTest. | Guo Xiang Tan | 2014-08-08 | 1 | -4/+5 | |
| * | | | Fix spelling. | Guo Xiang Tan | 2014-08-07 | 1 | -1/+1 | |
| * | | | call the routes method on engines | Aaron Patterson | 2014-08-05 | 1 | -74/+37 | |
| * | | | a rails application should be an engine subclass | Aaron Patterson | 2014-08-05 | 1 | -1/+1 | |
| * | | | no reason to lazily instantiate the routes | Aaron Patterson | 2014-08-05 | 1 | -45/+42 | |
| * | | | just assign the instance variables on the test | Aaron Patterson | 2014-08-05 | 1 | -7/+3 | |
| * | | | Regenerate sid when sbdy tries to fixate the session | Santiago Pastorino | 2014-08-04 | 1 | -9/+8 | |
| * | | | Remove unnecessary call to #tap | Carlos Antonio da Silva | 2014-07-31 | 1 | -5/+3 | |
| * | | | Deprecate `*_path` methods in mailers | @schneems and @sgrif | 2014-07-30 | 1 | -0/+14 | |
| * | | | Merge pull request #16303 from rajcybage/removing_master | Yves Senn | 2014-07-28 | 1 | -0/+2 | |
| |\ \ \ | ||||||
| | * | | | add comment to the empty each method for not removing it in future | Rajarshi Das | 2014-07-26 | 1 | -1/+2 | |
| |/ / / | ||||||
| * | | | Improve description of tests. | Guo Xiang Tan | 2014-07-25 | 1 | -4/+4 | |
| * | | | Bug fix for assert_template when opening a new session. | Guo Xiang Tan | 2014-07-25 | 1 | -0/+40 | |
| * | | | Use PROCESS_COUNT to define the number of parallel executors | Rafael Mendonça França | 2014-07-23 | 1 | -1/+1 | |
| * | | | specify N=0 to prevent parallel tests (just run tests on the main process) | Aaron Patterson | 2014-07-23 | 1 | -2/+6 | |
| * | | | Fix AC::TemplateAssertions instance variables not resetting. | Guo Xiang Tan | 2014-07-21 | 1 | -0/+58 | |
| * | | | Merge branch 'rm-remove-mocha' | Rafael Mendonça França | 2014-07-19 | 1 | -0/+2 | |
| |\ \ \ | ||||||
| | * | | | Stop requiring mocha automatically | Rafael Mendonça França | 2014-07-19 | 1 | -0/+2 | |
| * | | | | Merge pull request #16098 from tgxworld/fixes_to_request_test | Rafael Mendonça França | 2014-07-18 | 1 | -22/+14 | |
| |\ \ \ \ | ||||||
| | * | | | | Remove redundant test. | Guo Xiang Tan | 2014-07-18 | 1 | -11/+0 | |
| | * | | | | Fix duplicated test. | Guo Xiang Tan | 2014-07-18 | 1 | -2/+6 | |
| | * | | | | Update test to clearly reflect what it is testing for. | Guo Xiang Tan | 2014-07-18 | 1 | -5/+7 | |
| | * | | | | Update outdated test. | Guo Xiang Tan | 2014-07-18 | 1 | -6/+3 | |
| | |/ / / | ||||||
| * | | | | Add CHANGELOG for #14886 | Arthur Neves | 2014-07-18 | 1 | -1/+1 | |
| * | | | | LOCALHOST definition should match any 127.0.0.0/8 address | Earl J St Sauver | 2014-07-18 | 2 | -1/+8 | |
| * | | | | reporting is only done in one thread, so we can safely remove the lock | Aaron Patterson | 2014-07-17 | 1 | -1/+1 | |
| * | | | | pass the test reporter by reference | Aaron Patterson | 2014-07-17 | 1 | -1/+4 | |
| * | | | | fix filesystem race condition | Aaron Patterson | 2014-07-17 | 1 | -1/+1 | |
| * | | | | do not restart the service, just stop it | Aaron Patterson | 2014-07-17 | 1 | -1/+0 | |
| * | | | | only parallelize on forking systems | Aaron Patterson | 2014-07-17 | 1 | -1/+1 | |
| * | | | | [EXPERIMENTAL] run actionpack tests in parallel | Aaron Patterson | 2014-07-17 | 1 | -0/+57 | |
| * | | | | pass the route name to define_url_helper | Aaron Patterson | 2014-07-17 | 1 | -1/+2 | |
| * | | | | helper methods are public, so we can just call them | Aaron Patterson | 2014-07-17 | 1 | -4/+4 | |
| * | | | | Rails-ish apps should descend from Rails::Railtie | Aaron Patterson | 2014-07-16 | 3 | -6/+14 | |
| * | | | | always transcode the file to utf-8 | Aaron Patterson | 2014-07-16 | 1 | -0/+6 | |
| * | | | | Remove unused fixtures | Rafael Mendonça França | 2014-07-16 | 60 | -98/+0 | |
| * | | | | Don't accept parameters as argument for redirect to [via @homakov] | Santiago Pastorino | 2014-07-16 | 1 | -0/+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 | |
| * | | | | stop passing recall to url_for | Aaron Patterson | 2014-07-15 | 2 | -37/+48 | |
| * | | | | 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 |