Skip to content
This repository has been archived by the owner on May 8, 2018. It is now read-only.

pfc doesn't work with Ruby 1.9.1 (Ubuntu 14.04) #47

Open
chunter2 opened this issue Jun 25, 2014 · 3 comments
Open

pfc doesn't work with Ruby 1.9.1 (Ubuntu 14.04) #47

chunter2 opened this issue Jun 25, 2014 · 3 comments

Comments

@chunter2
Copy link

I was able to get pfc running by updating the Gemfile and the Gemfile.lock mostly but when I sign in I get an error message.

@ericmouton
Copy link

I have the same issue. I'm running pfc with Ruby 1.9.3 in ubuntu 12.04.
What is the error message saying?

@chunter2
Copy link
Author

Here's the error message.

NameError in Dashboard#index

Showing /opt/wesabe/pfc/app/views/dashboard/index.html.erb where line 19 raised:

uninitialized constant SimplePresenter::Object

Extracted source (around line #19):

16: jQuery(function(){ page = new wesabe.views.pages.DashboardPage() });
17: </script>
18:
19:
20: <% preload_accounts; preload_credentials; preload_tags %>

Rails.root: /opt/wesabe/pfc
Application Trace | Framework Trace | Full Trace

lib/data_preloading.rb:16:in preload_credentials' app/views/dashboard/index.html.erb:19:in_app_views_dashboard_index_html_erb__902601669_79645030_807898133

@ericmouton
Copy link

I got the same error message.
Now I'm trying to install pfc with Ruby 1.8.3 since pfc doesn't work with Ruby 1.9+ properly as eventualbuddha admitted by saying "Make the app at least boot in Ruby 1.9+."

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants