The forem tag has no wiki summary.
0
votes
1answer
39 views
`method_missing': undefined method `user_class=' for #<Forem::Engine:0x9de6bc0>
When i run rails server,i encountered this error.
'bundle install' has been success.My RVM use ruby 1.9.3 and rails 3.2 but the project need rails 3.1.I think the bundle has already solved the because ...
0
votes
1answer
102 views
Unable to make a 'forem' in Rails due to JRuby
I have tried multiple times to fix this problem, but it keeps popping up. Whenever I run bundle install with my 'forem' in the Gemfile, it gives me this error:
Fetching ...
2
votes
0answers
67 views
What is the best way to reassign routes
Currently I have these routes in my routes.rb file:
get 'exit' => 'sessions#destroy', :as => 'logout'
get 'enter' => 'sessions#new', :as => '
get 'register' => 'users#new', :as => '
...
0
votes
1answer
65 views
Ruby bundle install error
I'm trying to install forem on my server, and i'm getting this error when I run bundle install:
Fetching git://github.com/radar/forem.git
fatal: unable to connect to github.com:
github.com[0: ...
0
votes
2answers
244 views
Ruby rails s error
I'm getting this massive error when I try to run rails s, I've just re installed ruby as well as PostgreSQL. Thanks for help. This was right after I ran rails s also, i've made a other post on similar ...
0
votes
1answer
70 views
Rails Forem installation assistance
So i'm quite new to rails and such and I've been trying to install this for the past few hours and have been getting the following error when trying to run rails s, or if I try to install it with ...
0
votes
3answers
82 views
Ruby - How to access module's methods?
I'm installing a forum using the Forem gem. There's an option that allows avatar personalization, since it's possible to login with Facebook. You just specify your method in the User model and that's ...