search for: process_without_test

Displaying 9 results from an estimated 9 matches for "process_without_test".

2006 Apr 22
5
selenium plugin not working with rails 1.1
Hi, I really like selenium, and I just tried the plugin created Jonas Bengtsson. However I cannot get it to run on rails 1.1 and coundn''t find anyone complaining about it? Did anyone get it to run on rails 1.1.2? Greets, Abdur-Rahman
2006 Apr 27
1
Ferret crashing Ruby
...ler/base.rb:381:in `process_without_filters'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/filters.rb:377:in `process_without_session_management_support'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/session_management.rb:117:in `process_without_test'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/test_process.rb:16:in `process'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/test_process.rb:363:in `process'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_c...
2007 Jul 12
1
form_tag doesn't accept a string anymore in edge rails?
...vendor/rails/actionpack/lib/action_controller/base.rb:494:in `process_without_filters'' vendor/rails/actionpack/lib/action_controller/filters.rb:683:in `process_without_session_management_support'' vendor/rails/actionpack/lib/action_controller/ session_management.rb:122:in `process_without_test'' vendor/rails/actionpack/lib/action_controller/test_process.rb: 15:in `process'' vendor/lib/test/rails/controller_test_case.rb:158:in `process'' vendor/lib/test/rails/controller_test_case.rb:166:in `get'' test/controllers/verifications_controller_tes...
2007 Oct 16
2
Named routes in controller not working?
I have some "redirect_to"s using named routes in a controller that work fine in the browser, but choke my tests. The route in question is "new_session" and comes from a "map.resource :session, :controller => :session" route mapping. If I replace the named route in the controller with controller/action the tests run just fine, but for some reason it doesn''t
2006 Aug 03
0
problem with Rails: cgi.rb:342
...rb:381:in `process_without_filters'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/filte rs.rb:377:in `process_without_session_management_support'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/sessi on_management.rb:117:in `process_without_test'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/test_ process.rb:16:in `process'' c:/ruby/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/dispatcher.rb:38:in `dispatch '' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/inte...
2007 Jun 02
7
I''m really bad at controllers, help please.
Hey, Sorry for so many questions - I''m really bad at this right now. I''m trying to cover the following code w/ rspec def index if params[:user_id] @user = User.find(params[:user_id]) @messages = @user.messages end end So basically what I''m doing is listing all the messages for a user, provided there is an id parameter. describe
2006 Apr 18
7
Functional test, pls help!!!!
...b/action_controller/base.rb: 369:in `send'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb: 369:in `process_without_session_management_support'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session_ management.rb:116:in `process_without_test'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/test_pro cess.rb:16:in `process'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/test_pro cess.rb:300:in `process'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/acti...
2011 May 14
0
Undefined method `has_attached_file' with paperclip 2.3.8 gem for Rails 2 using Ruby 1.8.7
...out_filters'' /home/mohnish/.rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support'' /home/mohnish/.rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process_without_test'' /home/mohnish/.rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.0.2/lib/action_controller/test_process.rb:15:in `process'' /home/mohnish/.rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process'' /home/mohnish/.rvm/gems/ruby-1.8.7...
2007 May 31
16
Could anyone please help with rspec/nested resource behavior checking?
My problem has been listed here: http://railsforum.com/viewtopic.php?pid=25439#p25439 Don''t think it would be required to completely re-type it here :) Thanks! -- -Daniel Fischer http://danielfischer.com - Geek Blog http://abigfisch.com - Portfolio http://writersbeat.com - Writing Community