Git Product home page Git Product logo

refinerycms-inquiries's Introduction

Refinery Framework

This is a little project to see if we can write a tidy underlying framework.

refinerycms-inquiries's People

Contributors

awagener avatar bricesanchez avatar brigriffin avatar bryanmtl avatar djones avatar dreamboostme avatar duarme avatar ebeigarts avatar jasherai avatar joemsak avatar keram avatar kivanio avatar koa avatar krisf avatar lindsve avatar magpieuk avatar mirosr avatar modulozero avatar n5ken avatar pacifists avatar parndt avatar patrickdavey avatar pedropag avatar peterz avatar robyurkowski avatar semaperepelitsa avatar tommoor avatar tranquility avatar ugisozols avatar wongyouth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

refinerycms-inquiries's Issues

hostname was not match with the server certificate

No emails are being sent, Do I need to edit some email send settings somewhere? I have email configured on my server.. I'm getting the following error in my production log:

Processing by InquiriesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"QpNVOOWEm+45VNLnQo44yn/JbUxWXtdwWjiTw+YXspQ=", "inquiry"=>{"name"=>"His Name", "email"=>"toname@[email protected]", "phone"=>"5551234567", "message"=>"News\r\n\r\nAllows you to post updates to the news section of your website. Contributed by Resolve Digital. Works with Refinery CMS 1.0.0\r\n\r\nTestimonials\r\n\r\nAllows you to display testimonials "}, "commit"=>"Send message", "locale"=>:en}
spam score was 4
Rendered vendor/bundle/ruby/1.9.1/gems/refinerycms-inquiries-1.0.1/app/views/inquiry_mailer/notification.html.erb (2.3ms)

Sent mail to [email protected] (439ms)
There was an error delivering an inquiry notification.
hostname was not match with the server certificate
Rendered vendor/bundle/ruby/1.9.1/gems/refinerycms-inquiries-1.0.1/app/views/inquiry_mailer/confirmation.html.erb (1.0ms)

Sent mail to [email protected] (33ms)
There was an error delivering an inquiry confirmation:
hostname was not match with the server certificate
Redirected to http://myrefinerysite.com/contact/thank_you
Completed 302 Found in 1695ms

undefined method `default_parts'

Hi,
I am trying to install refinerycms 2.0 with refinerycms-inquiries

part of my Gemfile:

gem 'refinerycms-inquiries', :git => 'git://github.com/resolve/refinerycms-inquiries.git', :branch => 'rails-3-1'

When I try to go to http://localhost:3000/contact I get this error:

...gems/refinerycms-inquiries-bf2505cb665f/app/views/refinery/inquiries/new.html.erb where line #4 raised: 
undefined method `default_parts' for #<Class:0xbb923e0>

This is line 4 of new.html.erb: <%=raw @page.content_for(Refinery::Page.default_parts.first.to_sym) %>

It looks that this part is obsolete and depends on code from refinerycms-pages-1.0.9/app/models/page.rb.

From name should be more descriptive

Say my site_name is set to Philip Arndt
And my domain name is philiparndt.name
And the person contacting me is called Rob Yurkowski
Then I should see the from name in my email inbox as:

[Philip Arndt] Rob Yurkowski

Or

Rob Yurkowski [Philip Arndt]

Or

Rob Yurkowski [philiparndt.name]

Or

[philiparndt.name] Rob Yurkowski

Feedback please

The gem in version 2.0.2 is not compatible with the version 2.0.10

I'm triyng to use the version 2.0.2 of refinery-inquiries with refinery 2.0.10 and I have a lot of bug like this :

undefined method `update_attributes' for nil:NilClass

When I'm trying to save the "Thank You" page.

When I create a new project, with refinery 2.0.2, it add this kind of line : "gem 'refinerycms', '~> 2.0.0.'" so it use only the latest and uncapatible version.

Is there a way to use it easily?

Update readme

There are:

  • Old image.
  • Old text:

    The inquiry will now show up as an "open" inquiry. The idea is to deal with the inquiry and then "close" it so you know it's been sorted.

Problem with Admin Tab

I have installed refinerycms-inquiries using refinerycms edge and rails 3.2.1. When clicking on the tab in the admin backend, this error shows:

Started GET "/assets?controller=refinery%2Finquiries%2Fadmin%2Finquiries" for 127.0.0.1 at 2012-02-07 07:31:56 -0600
Served asset  - 404 Not Found (3ms)
Processing by Refinery::PagesController#show as HTML
Parameters: {"path"=>"assets", "locale"=>:en}

... snip ...

ActiveRecord::RecordNotFound (Couldn't find Refinery::Page with id=assets):
  activerecord (3.2.1) lib/active_record/relation/finder_methods.rb:340:in `find_one'
  friendly_id_globalize3 (3.2.1.6) lib/friendly_id/active_record_adapter/relation.rb:81:in `find_one_with_slug'
  friendly_id_globalize3 (3.2.1.6) lib/friendly_id/active_record_adapter/relation.rb:25:in `find_one'
  friendly_id_globalize3 (3.2.1.6) lib/friendly_id/active_record_adapter/relation.rb:163:in `find_one'
  activerecord (3.2.1) lib/active_record/relation/finder_methods.rb:311:in `find_with_ids'
  activerecord (3.2.1) lib/active_record/relation/finder_methods.rb:107:in `find'
  activerecord (3.2.1) lib/active_record/querying.rb:5:in `find'

Perhaps there should be a plugin.url line in refinerycms-inquiries / lib / refinerycms-inquiries.rb?

Config file is not generated!!!

As a developer
In order to change the smallest details of this extension
I would like to be able to edit config at config/initializers/refinery/inquiries.rb

undefined method `model_name' for NilClass:Class

Hi all,

I just installed the engine and implemented the code of the "new.html.erb" form in my website.
But I get the error: "undefined method `model_name' for NilClass:Class".
How can I use the engine?

Thanks and regards,
Udo

Installing migrations using 2.0.0

Although the documentation mentions using rails generate refinerycms_inquiries to install the migrations, I received the error "Could not find generator refinerycms_inquiries." However, when I ran rails generate refinery:inquiries the migrations were successfully installed.

Is this a new syntax in Refinery 2.0?

Can't update body and body side text in the contact page

I face a strange problem here: When I install refinerycms-inquiries out of the box and change the text in the contact page body or body side, It doesn't update

I use:

refinerycms 1.0.3
refinerycms-inquiries 1.0.1
and sqlite

The only way I found to make it works is to change the text in the seed file then rake db again. However after doing this I can update text through the admin interface as usual.

I would be pleased to know if it's a common issue or if I didn't set something I would do. Thanks

View translation doesn't work

Hello. I have a fresh installation of Refinery CMS (just some view overring) using the inquiries engine with pt-BR translation. Everything is translated except for the inquires form, which is defined as follows:

<%= form_for @inquiry do |f| %>
  <%= render :partial => "/shared/admin/error_messages",
    :locals => {
    :object => @inquiry,
    :include_object_name => true
  } %>
<%= f.required_label :name %>
<%= f.text_field :name, :size => 0 %>
<%= f.required_label :email %>
<%= f.text_field :email %>
<%= f.label :phone %>
<%= f.text_field :phone %>
<%= f.required_label :message  %>
<%= f.text_area :message, :rows => 8, :cols => 0 %>
<button class="button"><%= t('.send') %></button>
<%= link_to t('.privacy_policy'), "/pages/privacy-policy", :id => "privacy_link" if RefinerySetting.find_or_set(:show_contact_privacy_link, false) %>
<% end %>

What I did wrong?

Version 2.0.0 on rubygems.org

Version 2.0.0 is expected to be available on rubygems.org as per the Gemfile in refinerycms. Presumably the rails-3-1 branch just needs to be merged and published to rubygems.org.

no such file to load -- refinerycms/inquiries (LoadError)

First off, i've seen this resolved at https://github.com/resolve/refinerycms/issues/1113 , but i am facing the same issue today, while trying to "script/rails server" from a freshly generated refinerycms app

Andras-Szerdahelyis-MacBook-Pro:inquiries-test andras$ script/rails server
/Users/andras/.rvm/gems/ruby-1.9.2-p180@egc/gems/bundler-1.1.rc.7/lib/bundler/runtime.rb:74:in `require': no such file to load -- refinerycms/inquiries (LoadError)

Here's how i can reproduce this

  • created a blank gem set in rvm
  • clone resolve/refinerycms.git, build and install all gems from there
  • refinerycms inquiries-test
  • edit gemfile, add refinerycms and refinerycms-inquiries master : https://gist.github.com/1578679
  • bundle install
  • my installed gems at this time : https://gist.github.com/1578679
  • trying to start up server gets me the error above

( I am -regrettably- not familiar with bundler internals; i've no idea where to go from here, sorry )

thanks!
Andras

plugin.pathname not in gem install

Hey guys,

I'm not sure what the process is for getting a gem available through "gem install", but currently the version of inquiries available through gem install is without plugin.pathname in the refinerycms-irquiries.rb file. This makes the refinerycms override command unusable. I see that you guys have it listed in the source on the repo, but it's not available through gem install.

routing error with multiple languages

I have Refinerycms 2.0.2 with Refinerycms-inquiries 2.0.0. I have page with three languages defined in i18n.rb.
config.default_frontend_locale = :nb
config.frontend_locales = [:en,:nb,:sv]
config.locales = {:en=>"English", :nb=>"Norsk Bokmål", :sv=>"Svenska"}

Got this error - No route matches {:locale=>"nb", :controller=>"refinery/inquiries/inquiries", :action=>"new"}

If start new RefinerCMS app without changing locale settings, then everything works as expected.

syntax error, unexpected ')'

ActionView::Template::Error (bundler/gems/refinerycms-inquiries-7f35c733670c/app/views/refinery/admin/inquiry_settings/_confirmation_email_form.html.erb:26: syntax error, unexpected ')', expecting keyword_end
...end_locales || [::I18n.locale]).each do |locale|
... ^):
24:
25:
26: <% Refinery::I18n.config.frontend_locales || [::I18n.locale]).each do |locale| %>

confirmation email not send

  • notification email is send
  • confirmation email is not send, throws error:
Rendered refinery/inquiries/inquiry_mailer/confirmation.html.erb (2.0ms)
There was an error delivering an inquiry confirmation:
uninitialized constant Refinery::InquirySetting

Redirected to http://0.0.0.0:3000/en/contact/thank_you

Exception when i edit confirmation email

Maybe is something wrong on my app, but maybe somebody other can confirm this..
After click on Save get this exception and nothing is changed.
Same exception when i edit list of notified email adress. Here exception raised but email list ist changed .).

refinery version: 2,
log:

Started PUT "/refinery/inquiries/settings/inquiry_confirmation_body?dialog=true" for 188.175.134.99 at 2012-03-09 18:39:04 +0100
Processing by Refinery::Inquiries::Admin::SettingsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PXdy7wFv4/f6JrDrylT5dnlGxuEHJyQ9EDMH4lAvLjc=", "subject"=>[{"sk"=>"Thank you for your inquiry", "cs"=>"Thank you for your inquiry", "en"=>"Thank you for your inquiry"}], "message"=>[{"sk"=>"-t- Thank you for your inquiry %name%,\r\n\r\nThis email is a receipt to confirm we have received your inquiry and we'll be in touch shortly.\r\n\r\nThanks.", "cs"=>"Thank you for your inquiry %name%,\r\n\r\nThis email is a receipt to confirm we have received your inquiry and we'll be in touch shortly.\r\n\r\nThanks.", "en"=>"Thank you for your inquiry %name%,\r\n\r\nThis email is a receipt to confirm we have received your inquiry and we'll be in touch shortly.\r\n\r\nThanks."}], "modal"=>"true", "dialog"=>"true", "id"=>"inquiry_confirmation_body", "locale"=>:sk}
Completed 500 Internal Server Error in 382ms

ActionView::MissingTemplate (Missing template pages/show with {:locale=>[:sk, :en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}. Searched in:

'user' tried to access 'refinery/inquiries/inquiries' but was rejected

Processing by Refinery::Inquiries::Admin::InquiriesController#index as HTML
  Parameters: {"locale"=>:en}
  Refinery::Role Load (0.2ms)  SELECT "refinery_roles".* FROM "refinery_roles" WHERE "refinery_roles"."title" = 'Refinery' LIMIT 1
  Refinery::User Load (0.2ms)  SELECT "refinery_users".* FROM "refinery_users" INNER JOIN "refinery_roles_users" ON "refinery_users"."id" = "refinery_roles_users"."user_id" WHERE "refinery_roles_users"."role_id" = 1
  Refinery::User Load (0.1ms)  SELECT "refinery_users".* FROM "refinery_users" WHERE "refinery_users"."id" = 1 LIMIT 1
  Refinery::UserPlugin Load (0.2ms)  SELECT "refinery_user_plugins".* FROM "refinery_user_plugins" WHERE "refinery_user_plugins"."user_id" = 1 ORDER BY position ASC
  Refinery::Role Load (0.1ms)  SELECT "refinery_roles".* FROM "refinery_roles" INNER JOIN "refinery_roles_users" ON "refinery_roles"."id" = "refinery_roles_users"."role_id" WHERE "refinery_roles_users"."user_id" = 1
'admin' tried to access 'refinery/inquiries/inquiries' but was rejected.
  Refinery::Page Load (0.1ms)  SELECT "refinery_pages".* FROM "refinery_pages" WHERE "refinery_pages"."menu_match" = '^/404$' LIMIT 1
  Refinery::PagePart Load (1.1ms)  SELECT "refinery_page_parts".* FROM "refinery_page_parts" WHERE "refinery_page_parts"."refinery_page_id" IN (2) ORDER BY position ASC
  Refinery::PagePart::Translation Load (0.2ms)  SELECT "refinery_page_part_translations".* FROM "refinery_page_part_translations" WHERE "refinery_page_part_translations"."refinery_page_part_id" IN (3)
  Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/_content_page.html.erb (0.8ms)
  Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-pages-2.0.4/app/views/refinery/pages/show.html.erb within layouts/refinery/admin (4.1ms)
  Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/_html_tag.html.erb (0.1ms)
  Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/admin/_javascripts.html.erb (1.6ms)
  Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/admin/_head.html.erb (5.9ms)
  Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/_site_bar.html.erb (1.0ms)
  Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/admin/_menu.html.erb (2.7ms)
  Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/_no_script.html.erb (0.3ms)
  Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/_message.html.erb (0.1ms)
Filter chain halted as :restrict_controller rendered or redirected

Steps to reproduce:

  1. $ refinerycms rickrockstar
  2. add gem 'refinerycms-inquiries', '~> 2.0.2' to Gemfile
  3. $ bundle install
  4. $ rails g refinery:inquiries
  5. $ rake db:migrate
  6. $ rake db:seed
  7. navigate to http://localhost:3000/refinery/inquiries

Menu title displays "link_url" on Heroku. Null field in generated records

When deploying to heroku I noticed that the name of the menu button for Inquiries was "/contact" instead of "Contact".

Locally, on the other hand, the name was correctly labeled "Contact".

Running rails generate refinerycms_inquiries creates two records in the page_translations table. The title field for one of them is null. When I updated that field to "Contact", then after pushing the database to heroku, the label correctly read "Contact" instead of "/contact".

Emails lost due to SPF records?

Since emails are sent using the email address from the form in the from header. The emails will be lost if the the senders domain has a SPF record, as it will not match.

No delivery confirmation

After a user makes an inquirie, it doesn't get a confirmation mail. ActionMailer shows this in the log:

There was an error delivering an inquiry confirmation:
undefined method `gsub' for nil:NilClass

Any ideas? Best regards.

Unable to load seed data on Heroku

When I attempt to load seed data on Heroku I get this backtrace:

NoMethodError: undefined method `to_ruby' for #<Syck::Scalar:0x000000058fef08>
from /app/vendor/bundle/ruby/1.9.1/gems/refinerycms-settings-2.0.2/app/models/refinery/setting.rb:24:in `block in <class:Setting>'
from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:418:in `_run__4177049422490468723__save__1570855800445151045__callbacks'
from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback'
from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_save_callbacks'
from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.7/lib/active_record/callbacks.rb:264:in `create_or_update'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.7/lib/active_record/persistence.rb:84:in `save'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.7/lib/active_record/validations.rb:50:in `save'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.7/lib/active_record/attribute_methods/dirty.rb:22:in `save'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.7/lib/active_record/transactions.rb:241:in `block (2 levels) in save'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.7/lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.7/lib/active_record/transactions.rb:208:in `transaction'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.7/lib/active_record/transactions.rb:293:in `with_transaction_returning_status'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.7/lib/active_record/transactions.rb:241:in `block in save'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.7/lib/active_record/transactions.rb:252:in `rollback_active_record_state!'
... 3 levels...
from /app/vendor/bundle/ruby/1.9.1/gems/refinerycms-inquiries-2.0.3/app/models/refinery/inquiries/setting.rb:7:in `confirmation_body'
from /app/vendor/bundle/ruby/1.9.1/gems/refinerycms-inquiries-2.0.3/db/seeds.rb:57:in `block in <top (required)>'
from /app/vendor/bundle/ruby/1.9.1/gems/refinerycms-inquiries-2.0.3/db/seeds.rb:56:in `each'
from /app/vendor/bundle/ruby/1.9.1/gems/refinerycms-inquiries-2.0.3/db/seeds.rb:56:in `<top (required)>'
from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:245:in `load'
from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:245:in `block in load'
from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency'
from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:245:in `load'
from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.7/lib/rails/engine.rb:520:in `load_seed'
from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.7/lib/rails/railtie/configurable.rb:30:in `method_missing'
from (irb):3
from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.7/lib/rails/commands/console.rb:47:in `start'
from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.7/lib/rails/commands/console.rb:8:in `start'
from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.7/lib/rails/commands.rb:41:in `<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<main>'irb(main):004:0> Refinery::Blog::Engine.load_seed

I've been banging my head against for a good part of today and haven't figured out what the deal is. I don't run into this problem when running Postgres locally on my Mac. Does anyone have any ideas what the issue is?

Nil value in Inquiries#new view

NoMethodError in Inquiries#new

Showing /Users/steven/Sites/blah.com/.bundle/ruby/1.8/gems/refinerycms-inquiries-0.9.9.9/app/views/inquiries/new.html.erb where line #3 raised:

You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.[]
Extracted source (around line #3):

1: <% content_for :body_content_left do %>
2:   
3: <%=raw @page[Page.default_parts.first.to_sym] %> 4: 5: <%= form_for @inquiry do |f| %> 6: <%= render :partial => "/shared/admin/error_messages", Rails.root: /Users/steven/Sites/blah.com.com Application Trace | Framework Trace | Full Trace .bundle/ruby/1.8/gems/refinerycms-inquiries-0.9.9.9/app/views/inquiries/new.html.erb:3:in `__bundle_ruby_____gems_refinerycms_inquiries_________app_views_inquiries_new_html_erb___230997492_2194519260_0' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_view/helpers/capture_helper.rb:40:in `capture' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_view/helpers/capture_helper.rb:172:in `with_output_buffer' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_view/helpers/capture_helper.rb:40:in `capture' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_view/helpers/capture_helper.rb:137:in `content_for' .bundle/ruby/1.8/gems/refinerycms-inquiries-0.9.9.9/app/views/inquiries/new.html.erb:1:in `__bundle_ruby_____gems_refinerycms_inquiries_________app_views_inquiries_new_html_erb___230997492_2194519260_0' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_view/template.rb:135:in `send' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_view/template.rb:135:in `render' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/notifications.rb:54:in `instrument' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_view/template.rb:127:in `render' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_view/render/rendering.rb:59:in `_render_template' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/notifications.rb:52:in `instrument' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/notifications.rb:52:in `instrument' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_view/render/rendering.rb:56:in `_render_template' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_view/render/rendering.rb:26:in `render' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/abstract_controller/rendering.rb:114:in `_render_template' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/abstract_controller/rendering.rb:108:in `render_to_body' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/renderers.rb:47:in `render_to_body' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/compatibility.rb:55:in `render_to_body' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/abstract_controller/rendering.rb:101:in `render_to_string' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/abstract_controller/rendering.rb:92:in `render' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/rendering.rb:17:in `render' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/instrumentation.rb:40:in `render' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/steven/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/benchmark.rb:308:in `realtime' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/core_ext/benchmark.rb:5:in `ms' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/instrumentation.rb:40:in `render' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime' .bundle/ruby/1.8/gems/activerecord-3.0.3/lib/active_record/railties/controller_runtime.rb:15:in `cleanup_view_runtime' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/instrumentation.rb:39:in `render' .bundle/ruby/1.8/gems/refinerycms-0.9.8.9/vendor/refinerycms/core/lib/refinery/application_controller.rb:96:in `render' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/implicit_render.rb:10:in `default_render' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/implicit_render.rb:5:in `send_action' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/abstract_controller/base.rb:151:in `process_action' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/rendering.rb:11:in `process_action' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/abstract_controller/callbacks.rb:18:in `process_action' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:465:in `_run__1568646947__process_action__943997142__callbacks' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:409:in `send' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:93:in `send' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:93:in `run_callbacks' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/abstract_controller/callbacks.rb:17:in `process_action' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/notifications.rb:52:in `instrument' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/notifications.rb:52:in `instrument' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/instrumentation.rb:29:in `process_action' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/rescue.rb:17:in `process_action' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/abstract_controller/base.rb:120:in `process' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/abstract_controller/rendering.rb:40:in `process' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal.rb:138:in `dispatch' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_controller/metal.rb:178:in `action' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/routing/route_set.rb:62:in `call' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/routing/route_set.rb:62:in `dispatch' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/routing/route_set.rb:27:in `call' .bundle/ruby/1.8/gems/rack-mount-0.6.13/lib/rack/mount/route_set.rb:148:in `call' .bundle/ruby/1.8/gems/routing-filter-0.1.7/lib/routing_filter/adapters/rails_3.rb:68:in `recognize' .bundle/ruby/1.8/gems/rack-mount-0.6.13/lib/rack/mount/route_set.rb:139:in `call' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/routing/route_set.rb:492:in `call' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/middleware/head.rb:14:in `call' .bundle/ruby/1.8/gems/rack-1.2.1/lib/rack/methodoverride.rb:24:in `call' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/middleware/params_parser.rb:21:in `call' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/middleware/flash.rb:182:in `call' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/middleware/cookies.rb:295:in `call' .bundle/ruby/1.8/gems/activerecord-3.0.3/lib/active_record/query_cache.rb:32:in `call' .bundle/ruby/1.8/gems/activerecord-3.0.3/lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache' .bundle/ruby/1.8/gems/activerecord-3.0.3/lib/active_record/query_cache.rb:12:in `cache' .bundle/ruby/1.8/gems/activerecord-3.0.3/lib/active_record/query_cache.rb:31:in `call' .bundle/ruby/1.8/gems/activerecord-3.0.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:353:in `call' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/middleware/callbacks.rb:46:in `call' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:415:in `_run_call_callbacks' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/middleware/callbacks.rb:44:in `call' .bundle/ruby/1.8/gems/rack-1.2.1/lib/rack/sendfile.rb:107:in `call' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/middleware/remote_ip.rb:48:in `call' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/middleware/show_exceptions.rb:46:in `call' .bundle/ruby/1.8/gems/railties-3.0.3/lib/rails/rack/logger.rb:13:in `call' .bundle/ruby/1.8/gems/rack-1.2.1/lib/rack/runtime.rb:17:in `call' .bundle/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/cache/strategy/local_cache.rb:72:in `call' .bundle/ruby/1.8/gems/dragonfly-0.8.1/lib/dragonfly/middleware.rb:16:in `call' .bundle/ruby/1.8/gems/rack-cache-0.5.3/lib/rack/cache/context.rb:129:in `forward' .bundle/ruby/1.8/gems/rack-cache-0.5.3/lib/rack/cache/context.rb:235:in `fetch' .bundle/ruby/1.8/gems/rack-cache-0.5.3/lib/rack/cache/context.rb:178:in `lookup' .bundle/ruby/1.8/gems/rack-cache-0.5.3/lib/rack/cache/context.rb:65:in `call!' .bundle/ruby/1.8/gems/rack-cache-0.5.3/lib/rack/cache/context.rb:50:in `call' .bundle/ruby/1.8/gems/dragonfly-0.8.1/lib/dragonfly/middleware.rb:16:in `call' .bundle/ruby/1.8/gems/rack-cache-0.5.3/lib/rack/cache/context.rb:129:in `forward' .bundle/ruby/1.8/gems/rack-cache-0.5.3/lib/rack/cache/context.rb:235:in `fetch' .bundle/ruby/1.8/gems/rack-cache-0.5.3/lib/rack/cache/context.rb:178:in `lookup' .bundle/ruby/1.8/gems/rack-cache-0.5.3/lib/rack/cache/context.rb:65:in `call!' .bundle/ruby/1.8/gems/rack-cache-0.5.3/lib/rack/cache/context.rb:50:in `call' .bundle/ruby/1.8/gems/rack-1.2.1/lib/rack/lock.rb:11:in `call' .bundle/ruby/1.8/gems/rack-1.2.1/lib/rack/lock.rb:11:in `synchronize' .bundle/ruby/1.8/gems/rack-1.2.1/lib/rack/lock.rb:11:in `call' .bundle/ruby/1.8/gems/actionpack-3.0.3/lib/action_dispatch/middleware/static.rb:30:in `call' .bundle/ruby/1.8/gems/refinerycms-theming-0.9.8.2/lib/theme_server.rb:27:in `call' .bundle/ruby/1.8/gems/railties-3.0.3/lib/rails/application.rb:168:in `call' .bundle/ruby/1.8/gems/railties-3.0.3/lib/rails/application.rb:77:in `send' .bundle/ruby/1.8/gems/railties-3.0.3/lib/rails/application.rb:77:in `method_missing' .bundle/ruby/1.8/gems/railties-3.0.3/lib/rails/rack/log_tailer.rb:14:in `call' .bundle/ruby/1.8/gems/rack-1.2.1/lib/rack/content_length.rb:13:in `call' .bundle/ruby/1.8/gems/rack-1.2.1/lib/rack/handler/webrick.rb:52:in `service' /Users/steven/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /Users/steven/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /Users/steven/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /Users/steven/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:162:in `start' /Users/steven/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /Users/steven/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:95:in `start' /Users/steven/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:92:in `each' /Users/steven/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:92:in `start' /Users/steven/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:23:in `start' /Users/steven/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:82:in `start' .bundle/ruby/1.8/gems/rack-1.2.1/lib/rack/handler/webrick.rb:13:in `run' .bundle/ruby/1.8/gems/rack-1.2.1/lib/rack/server.rb:213:in `start' .bundle/ruby/1.8/gems/railties-3.0.3/lib/rails/commands/server.rb:65:in `start' .bundle/ruby/1.8/gems/railties-3.0.3/lib/rails/commands.rb:30 .bundle/ruby/1.8/gems/railties-3.0.3/lib/rails/commands.rb:27:in `tap' .bundle/ruby/1.8/gems/railties-3.0.3/lib/rails/commands.rb:27 script/rails:6:in `require' script/rails:6 Request Parameters: {"locale"=>:en} --- Gemfile: source 'http://rubygems.org' gem 'rails', '3.0.3' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' # gem 'sqlite3-ruby', :require => 'sqlite3' gem 'mysql' # Deploy with Capistrano gem 'capistrano' # To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+) gem 'ruby-debug' # gem 'ruby-debug19' # Bundle gems for the local environment. Make sure to # put test-only gems in this group so their generators # and rake tasks are available in development mode: # group :development, :test do # gem 'webrat' # end # REFINERY CMS ================================================================ java = (RUBY_PLATFORM == 'java') # Specify the Refinery CMS core: gem 'refinerycms', '~> 0.9.8.8' # Specify additional Refinery CMS Engines here (all optional): gem 'refinerycms-inquiries', '~> 0.9' gem 'refinerycms-news', '~> 0.9.9' gem 'refinerycms-portfolio', '~> 0.9.8' gem 'refinerycms-theming', '~> 0.9.8' # Add i18n support (optional, you can remove this if you really want to). gem 'refinerycms-i18n', '~> 0.9' # END REFINERY CMS ============================================================ # USER DEFINED group :development, :test do gem 'autotest' gem 'capybara' gem 'cucumber-rails' gem 'cucumber' gem 'database_cleaner' gem 'factory_girl_rails' gem 'launchy' # So you can do Then show me the page gem 'rspec-rails', '>=2.0' gem 'rspec', '>=2.0' gem 'spork' end # END USER DEFINED

Verified that when I comment out the following line everything else renders:
<%=raw @page[Page.default_parts.first.to_sym] %>

I did upgrade from RefineryCMS 0.9.7. I also ran the generator and migration as instructed in the README.

Update How gets Notified?

When I enter an email to add the collection of emails that get notified, nothing happens. There is not list of emails already added to the list, nor a way to take emails off the list.

Undefined method `show_contact_privacy_link=' for nil:NilClass (NoMethodError)

config/initializers/refinery/inquiries.rb

Refinery::Inquiries.configure do |config|
  # Configure whether to show privacy link
  config.self.show_contact_privacy_link = false
end

throws error:

/home/web-data/work/keramovo/test/testproject/config/initializers/refinery/inquiries.rb:3:in block in <top (required)>': undefined methodshow_contact_privacy_link=' for nil:NilClass (NoMethodError)
from /home/keram/.rvm/gems/ruby-1.9.3-p125@testproject/gems/activesupport-3.2.3/lib/active_support/configurable.rb:39:in configure' from /home/web-data/work/keramovo/test/testproject/config/initializers/refinery/inquiries.rb:1:in<top (required)>'

version:

gem 'refinerycms-inquiries', :git => 'git://github.com/resolve/refinerycms-inquiries.git', :branch => '2-0-stable'

Some characters getting encoded in email.

If someone fills out an inquiry form, the message data looks correct when i login to refinery and view the message in the inquiries tab, but when the email gets sent to me, all the special characters are encoded.

For example a single quote gets encoded to '

Is there a setting i can tweak so that the emails don't encode special characters like this?

'rake db:seed' works properly only the first time

If for some reason after installing and setting up refinerycms-inquiries you need to seed the database again, then only the pages (contact, privacy, thank-you) gets added again, while the refinery_settings records don't.

Using refinerycms v.2.0.10 and refinerycms-inquiries v.2.0.3.

ArgumentError in Refinery::Admin::InquirySettingsController#update

Hi,
if i try to edit confirmation email i get this error:

ArgumentError in Refinery::Admin::InquirySettingsController#update

wrong number of arguments (3 for 2)

refinerycms-e1c918d3e827/settings/app/models/refinery/setting.rb:117:in `set'
refinerycms-inquiries-870c5cab72b0/app/models/refinery/inquiry_setting.rb:33:in `block in confirmation_message='
refinerycms-inquiries-870c5cab72b0/app/models/refinery/inquiry_setting.rb:32:in `each'
refinerycms-inquiries-870c5cab72b0/app/models/refinery/inquiry_setting.rb:32:in `confirmation_message='
refinerycms-inquiries-870c5cab72b0/app/controllers/refinery/admin/inquiry_settings_controller.rb:28:in  'save_message_for_confirmation?'
activesupport (3.1.3) lib/active_support/callbacks.rb
...

I use this gems:

gem "refinerycms", :git => "git://github.com/resolve/refinerycms.git"
gem 'refinerycms-i18n',   '~> 2.0.0', :git => 'git://github.com/parndt/refinerycms-i18n.git'
gem 'refinerycms-inquiries', :git => 'git://github.com/resolve/refinerycms-inquiries.git', :branch => 'rails-3-1'

Edit info for Contact Page

I am looking for a guide or just some guidance on editing the CSS and the fields/address for the contact page. Any help is appreciated.

Ugis is causing error

bundle update ..

SyntaxError)
/home/keram/.rvm/gems/ruby-1.9.3-p0/bundler/gems/refinerycms-inquiries-4062a8e47017/refinerycms-inquiries.gemspec:9: invalid multibyte char (US-ASCII)
/home/keram/.rvm/gems/ruby-1.9.3-p0/bundler/gems/refinerycms-inquiries-4062a8e47017/refinerycms-inquiries.gemspec:9: syntax error, unexpected $end, expecting ']'
s.authors = ['Philip Arndt', 'Uģis Ozols', 'David Jones']

.. bad bad Ugis .)

can't dump anonymous module:

I try to sending email with background jobs. but it's not working for refinery-inquiries and comment in refinery-blog because refinery working inside Module.
How i can sending email with background jobs in refinery?

Problems installing on Refinery Edge

When installing inquiries on edge I get this:

ActionView::Template::Error (No route matches {:controller=>"admin/inquiries"}):
1:


2: <% ::Refinery::Plugins.active.in_menu.each do |plugin| -%>
3: <%= link_to plugin.title, plugin.url,
4: :class => (plugin.highlighted?(params) ? "active" : ""),
5: :id => "plugin_#{plugin.name}" %>
6: <% end -%>

Uninitialized constant Refinery::Inquiries (NameError)

I have this weird problem with refinerycms-inquiries: on development everything works fine, but as soon as I deploy and I try to access the site I get a 500 error.
Nothing from production.log, but from unicorn.log I can learn that the problem lies in the inquiries initializer:

I, [2013-07-17T13:08:33.732843 #32006]  INFO -- : Refreshing Gem list
E, [2013-07-17T13:08:37.559024 #32006] ERROR -- : uninitialized constant Refinery::Inquiries (NameError)
/home/deployer/apps/prealpicomputer/releases/20130717110041/config/initializers/refinery/inquiries.rb:1:in `'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/engine.rb:588:in `block (2 levels) in '
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/engine.rb:587:in `each'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/engine.rb:587:in `block in '
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `instance_exec'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `run'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:55:in `block in run_initializers'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `each'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `run_initializers'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/application.rb:136:in `initialize!'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
/home/deployer/apps/prealpicomputer/releases/20130717110041/config/environment.rb:5:in `'
config.ru:4:in `require'
config.ru:4:in `block in '
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/builder.rb:51:in `instance_eval'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/builder.rb:51:in `initialize'
config.ru:1:in `new'
config.ru:1:in `'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn.rb:44:in `eval'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn.rb:44:in `block in builder'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:722:in `call'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:722:in `build_app!'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:595:in `init_worker_process'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:615:in `worker_loop'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:500:in `spawn_missing_workers'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:511:in `maintain_worker_count'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:277:in `join'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/gems/unicorn-4.6.2/bin/unicorn:126:in `'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/bin/unicorn:23:in `load'
/home/deployer/apps/prealpicomputer/shared/bundle/ruby/1.9.1/bin/unicorn:23:in `'

I tried several debug steps but nothing seems to work.
Help please.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.