Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | 1 | -3/+74 | |
|/ | ||||||
* | Merge pull request #15061 from tgxworld/remove_unnecessary_include | Matthew Draper | 2014-05-29 | 1 | -1/+0 | |
|\ | | | | | Remove unnecessary include for integration tests. | |||||
| * | Remove unnecessary include for integration tests. | Guo Xiang Tan | 2014-05-11 | 1 | -1/+0 | |
| | | ||||||
* | | _recall should be set to a hash or not set | Aaron Patterson | 2014-05-13 | 1 | -2/+2 | |
|/ | | | | Then we can avoid nil checks | |||||
* | standardize on jruby_skip & rbx_skip | Gaurish Sharma | 2014-01-13 | 1 | -0/+9 | |
| | | | | | | This Adds helpers(jruby_skip & rbx_skip). In Future, Plan is to use these helpers instead of calls directly to RUBY_ENGINE/RbConfig/JRUBY_VERSION | |||||
* | Unused classes in AP tests | Akira Matsuda | 2013-12-25 | 1 | -3/+0 | |
| | ||||||
* | Disable available locales checks to avoid warnings running the tests | Carlos Antonio da Silva | 2013-12-17 | 1 | -0/+3 | |
| | ||||||
* | Remove missing integration points of AV extraction | Carlos Antonio da Silva | 2013-12-05 | 1 | -2/+0 | |
| | ||||||
* | Remove RenderERBUtils from AP (only AV use it) | Łukasz Strzałkowski | 2013-08-25 | 1 | -22/+0 | |
| | ||||||
* | Remove AV::TestCase from AP | Łukasz Strzałkowski | 2013-08-25 | 1 | -8/+0 | |
| | ||||||
* | Load AV::Layouts dynamicly via railties | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+2 | |
| | ||||||
* | Create AbstractController::Rendering interface | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 | |
| | | | | This interface should be use when implementing renderers. | |||||
* | Fix AP test suite after moving stuff to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 | |
| | ||||||
* | remove unused variable and assignment | Vipul A M | 2013-03-31 | 1 | -1/+1 | |
| | ||||||
* | Set Thread.abort_on_exception for the whole AS, AP, and AR tests | Akira Matsuda + Koichi Sasada | 2013-01-24 | 1 | -0/+2 | |
| | | | | this would give us some more clues in case a test silently dies inside Thread | |||||
* | Add active_support/testing/autorun | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 | |
| | | | | | minitest/autorun load minitest/spec polluting the global namespace with the DSL that we don't want on Rails | |||||
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -1/+0 | |
| | | | | | | | | They was extracted from a plugin. See https://github.com/rails/rails-observers [Rafael Mendonça França + Steve Klabnik] | |||||
* | Define a SynchronousQueue for test in Action Pack. | Rafael Mendonça França | 2012-09-12 | 1 | -6/+0 | |
| | | | | We don't need to rely on rails/queueing in Action Pack tests | |||||
* | Fix build Rails.queue | Arun Agrawal | 2012-09-12 | 1 | -0/+6 | |
| | | | | see 34b23e7110a3a13cf157608cefc9b5701017bf39 | |||||
* | Allow routing concerns to accept a callable | Ernie Miller | 2012-09-03 | 1 | -0/+1 | |
| | | | | | | This allows us to make alterations to the generated routes based on the scope of the current mapper, and otherwise allows us to move larger blocks of concerns out of the routes file, altogether. | |||||
* | Extract common controllers to abstract_unit | Rafael Mendonça França | 2012-08-13 | 1 | -0/+29 | |
| | ||||||
* | push drawing once to it's own module | Aaron Patterson | 2012-08-09 | 1 | -32/+20 | |
| | ||||||
* | refactor the before_setup hooks to a module | Aaron Patterson | 2012-08-09 | 1 | -13/+12 | |
| | ||||||
* | switch callbacks to minitest hooks | Aaron Patterson | 2012-08-09 | 1 | -3/+6 | |
| | ||||||
* | Renamed _path_segments to _recall | Bogdan Gusiev | 2012-08-04 | 1 | -1/+1 | |
| | ||||||
* | Remove ActionDispatch::Head middleware in favor of Rack::Head | Santiago Pastorino | 2012-07-23 | 1 | -1/+1 | |
| | | | | Closes #7110 there's more work to do on rack-cache issue 69 | |||||
* | Allow to use mounted helpers in ActionView::TestCase | Piotr Sarnacki | 2012-06-01 | 1 | -0/+1 | |
| | | | | | Similarly to 6525002, this allows to use routes helpers for mounted helpers, but this time in ActionView::TestCase | |||||
* | Remove useless load path modifications | Santiago Pastorino | 2012-05-11 | 1 | -6/+0 | |
| | ||||||
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | In the current router DSL, using the +match+ DSL method will match all verbs for the path to the specified endpoint. In the vast majority of cases, people are currently using +match+ when they actually mean +get+. This introduces security implications. This commit disallows calling +match+ without an HTTP verb constraint by default. To explicitly match all verbs, this commit also adds a :via => :all option to +match+. Closes #5964 | |||||
* | Remove --http. | José Valim | 2012-03-14 | 1 | -4/+0 | |
| | ||||||
* | Add ActionController::HTTP | Santiago Pastorino | 2012-03-14 | 1 | -0/+4 | |
| | | | | | | More info http://edgeguides.rubyonrails.org/api_app.html [Carlos Antonio da Silva & Santiago Pastorino] | |||||
* | moved the `get` testing method to a module | Aaron Patterson | 2012-01-23 | 1 | -0/+15 | |
| | ||||||
* | require minitest rather than test/unit | Aaron Patterson | 2012-01-06 | 1 | -1/+1 | |
| | ||||||
* | Change more Array.wrap to Kernel#Array | Rafael Mendonça França | 2012-01-05 | 1 | -2/+2 | |
| | ||||||
* | deprecate String#encoding_aware? and remove its usage | Sergey Nartimov | 2011-12-24 | 1 | -8/+5 | |
| | ||||||
* | Extract the rendering of public exceptions pages into a Rack app. | José Valim | 2011-12-16 | 1 | -9/+1 | |
| | ||||||
* | Split ShowExceptions responsibilities in two middlewares. | José Valim | 2011-12-01 | 1 | -9/+13 | |
| | ||||||
* | fix method redefined warnings in tests | lest | 2011-11-30 | 1 | -0/+5 | |
| | ||||||
* | fix warning in tests when using render_erb helper | lest | 2011-11-30 | 1 | -0/+2 | |
| | ||||||
* | test helpers in erb using erb | lest | 2011-11-30 | 1 | -0/+8 | |
| | ||||||
* | middlewares should use logger from env | lest | 2011-11-25 | 1 | -2/+2 | |
| | ||||||
* | Revert "Merge pull request #2647 from dmathieu/no_rescue" | Santiago Pastorino | 2011-08-30 | 1 | -5/+1 | |
| | | | | This reverts commit 125b1b0b9180ec8f0135da185e77250d2b8a4bea. | |||||
* | remove useless rescue | Damien Mathieu | 2011-08-24 | 1 | -1/+5 | |
| | | | | | params is a method, defined in every controller, which always returns a hash. If it raises a NoMethodError, it means there's a bug somewhere else, which we want to know about. | |||||
* | Fix failing test on uninitialized `Rails.config.assets.prefix` | Prem Sichanugrist | 2011-06-08 | 1 | -0/+1 | |
| | | | | This was introduced in [2684f17a17e4f97bdb89d20b4cd08585235263a2] :bomb: | |||||
* | We don't need to load version any more as Sprockets.beta8 is included. | Arun Agrawal | 2011-05-23 | 1 | -1/+0 | |
| | ||||||
* | Make sure that we're able to run Action Pack test standalone. | Prem Sichanugrist | 2011-05-22 | 1 | -0/+1 | |
| | | | | | | | | Sprocket was trying to look for these two things: * `Rails::VERSION::STRING` * `.initializer(str)` in `Rails::Engine` This commit added require to version.rb into Abstract Unit, and mocking the `Rails::Engine.initializer` in `sprockets_helper_test.rb` | |||||
* | do not require ruby-debug automatically. please require it if you have ↵ | Aaron Patterson | 2010-11-19 | 1 | -8/+0 | |
| | | | | declared it as a dependency | |||||
* | Don't write out secure cookies unless the request is secure | Andrew White | 2010-10-25 | 1 | -0/+5 | |
| | ||||||
* | removing more duplicate code | Aaron Patterson | 2010-10-01 | 1 | -0/+17 | |
| |