search for: actionpack

Displaying 20 results from an estimated 1324 matches for "actionpack".

2008 Jan 19
0
[CruiseControl] RubyOnRails build 8671 failed
...RS ----------------------- Name: test_custom_template(ActionMailerTest) Type: Failure Message: Exception raised: Class: <ActionView::TemplateFinder::InvalidViewPath> Message: <"Unprocessed view path found in [\"./test/fixtures\"]"> ---Backtrace--- ./test/../lib/../../actionpack/lib/action_view/template_finder.rb:156:in `check_view_paths'' ./test/../lib/../../actionpack/lib/action_view/template_finder.rb:155:in `each'' ./test/../lib/../../actionpack/lib/action_view/template_finder.rb:155:in `check_view_paths'' ./test/../lib/../../actionpack/lib/acti...
2013 Mar 24
5
Rails 4.0 has_many_through and fields_for
...t#> | Framework Trace <http://localhost:3100/controller_actions/1/edit#> | Full Trace<http://localhost:3100/controller_actions/1/edit#> app/views/controller_actions/_form.html.erb:21:in `block (2 levels) in _app_views_controller_actions__form_html_erb__366592963_95670400'' actionpack (4.0.0.beta1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'' actionpack (4.0.0.beta1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'' actionpack (4.0.0.beta1) lib/action_view/helpers/capture_helper.rb:38:in `capture'' actionpack (4...
2006 Mar 28
0
MySQL problems and undefined class User
...= ''2006-03-28 16:01:21'' WHERE id = 963 Undefined class problem: ArgumentError in <controller not set>#<action not set> undefined class/module User RAILS_ROOT: ./script/../config/.. Application Trace | Framework Trace | Full Trace C:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/session/active_record_store.rb:81:in `dump'' C:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/session/active_record_store.rb:81:in `marshal'' C:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/session/active_re...
2010 Jul 27
13
3.0.0rc ActionController::RoutingError No route matches
Have been developing on 3.0.0beta4 and just updated to 3.0.0.rc. When I try to link_to() a User object that previously had worked, I get the following: ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"games", :id=>#<User ..... > Yet I have in my routes.rb file has resources :users and my "rake routes" shows:
2009 Feb 25
9
local variables in partials lead to NameError
I know I must be doing something dumb, but I can''t seem to send a local variable to my partial. The below code leads to the following error: NameError in Residential_listings#new undefined local variable or method `foo'' for #<ActionView::Base: 0x3fb53f8> I am trying to call the variable ''foo'' in a partial called _attachment.html.erb, which is nested in
2007 May 30
2
ActionView::TemplateError
...associations.rb:998:in `new'' #{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/ associations.rb:998:in `images'' #{RAILS_ROOT}/app/views/admin/design/_record.rhtml:6:in `_run_rhtml_47app47views47admin47design47_record46rhtml'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 328:in `send'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 328:in `compile_and_render_template'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 303:in `render_template_old'' #{RAILS_ROOT}/vendor/plugins/...
2009 Apr 22
3
Error on running any controller- Noob question
...) {i385-mswin32] The full stack trace is as under if that helps C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/ dependencies.rb:105:in `const_missing'' C:/ROR_lpapp042109/app/controllers/afflnetworks_controller.rb:5:in `index'' C:/Ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/ base.rb:1322:in `send'' C:/Ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/ base.rb:1322:in `perform_action_without_filters'' C:/Ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/ filters.rb:617:in `call_filters'...
2008 May 24
1
link_to_remote, image_tag, mouseover is this possible?
...useout="this.src=''/system/0000/0022/yellow_thumb.gif?1211334531''" alt="Yellow_thumb"/> I just want to have an image that fires a mouseover event that updates a larger image. Is there a better way? I hope someone can help me this. Full trace: vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:95:in `rewrite_url'' vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:81:in `rewrite'' vendor/rails/actionpack/lib/action_controller/base.rb:616:in `url_for'' vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:76:...
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
2008 May 13
0
Problem geting web interface to work
...T}/lib/builder_plugins/builder_status.rb:20:in `fatal?'' #{RAILS_ROOT}/app/models/project.rb:194:in `last_complete_build_status'' #{RAILS_ROOT}/app/views/projects/_project.rhtml:1:in `_run_rhtml_47app47views47projects47_project46rhtml'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:326:in `send'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:326:in `compile_and_render_template'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:301:in `render_template'' #{RAILS_ROOT}/vendor/rails/actionpac...
2007 Jul 12
1
form_tag doesn't accept a string anymore in edge rails?
...g as accepting a string. Joe 1) Error: test_new(VerificationsControllerTest): ActionView::TemplateError: can''t convert String into Hash On line #8 of app/views/verifications/new.rhtml 8: <% form_tag verifications_path(@user), :method => :post do %> vendor/rails/actionpack/lib/action_controller/url_rewriter.rb: 38:in `merge'' vendor/rails/actionpack/lib/action_controller/url_rewriter.rb: 38:in `url_for'' vendor/rails/actionpack/lib/action_view/helpers/form_tag_helper.rb: 371:in `html_options_for_form'' vendor/rails/activesupport/li...
2008 Feb 15
3
Ajax problem with rails 2.0.2 - frozen string?
...s) for the first time. My local app works great. However, Ajax requests in the deployed application are generating the following error: /!\ FAILSAFE /!\ Fri Feb 15 08:44:59 -0600 2008 Status: 500 Internal Server Error can''t modify frozen string /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/ action_controller/request.rb:462:in `gsub!'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/ action_controller/request.rb:462:in `clean_up_ajax_request_body!'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/ action_controller/request.rb:380:in `par...
2008 Jan 06
8
ActionController::InvalidAuthenticityToken
...on = { :session_key => ''_digg_session'', :secret => ''cc86e984ae6e2b376f9328a73f4df2555a9f96970553b2fa4bb17cc04192c64b24a86c166aa69392100586b0ebd8c6715839bc8a3576b549b13d3157f615ddba'' } The trace is below: /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/ action_controller/request_forgery_protection.rb:79:in `verify_authenticity_token'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/ action_controller/filters.rb:469:in `send!'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/ action_controller/filters.rb:469...
2007 Dec 07
4
strange error on mock proxy
...#{u.name}"} %> 16: </li> vendor/plugins/rspec/lib/spec/mocks/proxy.rb:71:in `send'' vendor/plugins/rspec/lib/spec/mocks/proxy.rb:71:in `message_received'' vendor/plugins/rspec/lib/spec/mocks/proxy.rb:100:in `include?'' vendor/rails/actionpack/lib/action_view/helpers/ form_options_helper.rb:304:in `option_value_selected?'' vendor/rails/actionpack/lib/action_view/helpers/ form_options_helper.rb:163:in `options_for_select'' vendor/rails/actionpack/lib/action_view/helpers/text_helper.rb: 29:in `inject''...
2009 Jun 13
5
undefined method `valid_password?'
...gic/session/callbacks.rb:71:in `validate'' /home/cocozz/dev/enruscats/vendor/plugins/authlogic/lib/authlogic/session/validation.rb:62:in `valid?'' /home/cocozz/dev/enruscats/vendor/plugins/authlogic/lib/authlogic/session/existence.rb:63:in `save'' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1322:in `send'' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1322:in `perform_action_without_filters'' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:617:in `call_filters'' /usr/...
2009 Dec 24
4
NoMethodError
...label for="book_subject">Subject</label>: RAILS_ROOT: /home/user/projects/library Application Trace | Framework Trace | Full Trace /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/ attribute_methods.rb:260:in `method_missing'' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_view/helpers/ form_helper.rb:845:in `send'' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_view/helpers/ form_helper.rb:845:in `value_before_type_cast'' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_view/helpers/ form_helper.rb:833:in `value_befor...
2008 Jun 30
1
Help with form_for
...: <p>Password:</p> RAILS_ROOT: /home/eyp/workspace/lists Application Trace | Framework Trace | Full Trace (eval):2:in `protect_against_forgery?'' app/views/sessions/new.rhtml:4:in `_run_erb_47app47views47sessions47new46rhtml'' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/helpers/ form_tag_helper.rb:431:in `extra_tags_for_form'' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/helpers/ form_tag_helper.rb:439:in `form_tag_html'' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/helpers/ form_tag_helper....
2006 Feb 14
1
ArgumentError in <controller not set>#<action not set> ??
...one replied. I''m completely stumped! Here is the text, thanks. ArgumentError in <controller not set>#<action not set> undefined class/module CustomerDomain RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session/active_record_store.rb:84:in `load'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session/active_record_store.rb:84:in `unmarshal'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session/a...
2010 Dec 10
0
Encoding issues when uploading files
...inal_filename end end The problem occurs, when I use national-specific characters in both "desc" field and the name of the file I''m uploading Error: incompatible character encodings: UTF-8 and ASCII-8BIT Full trace: app/controllers/index_controller.rb:6:in `upload'' actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'' actionpack (3.0.0) lib/abstract_controller/base.rb:150:in `process_action'' actionpack (3.0.0) lib/action_controller/metal/rendering.rb:11:in `process_action'' actionpack (3.0.0) lib/abstract_controll...
2009 May 20
8
ctionView::TemplateError (undefined method `start_form_tag'
...39;'fazer_login'' %><style type="text/css"> 2: <!-- 3: body,td,th { 4: font-family: Verdana, Arial, Helvetica, sans-serif; app/views/login/fazer_login.rhtml:1:in `_run_erb_47app47views47login47fazer_login46rhtml'' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_view/base.rb:342:in `send'' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_view/base.rb:342:in `execute'' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_view/template_handlers/compilable.rb:29:in `send'' /usr/lib64/ruby/gems...