On Tue, Oct 23, 2012 at 12:43:27PM -0700, multimedia wrote:
> Hello there,
> first of all i would like to thank the developer
> malclocke<
https://github.com/malclocke>who took some time to develop
> this open source project..
Thank you for using it!
> after installing and running "rails server" command it is running on 3000
> port
>
> when i go to ipaddress:3000 i'm getting below error message.
>
>
> LoadError in Devise/sessions#new
>
> no such file to load -- sass
> (in /home/server/fulcrum/app/assets/stylesheets/application.css.scss)
>
> I'm using ubuntu 12.0 64-bit version.
Can you try `bundle exec rails server`, do you get the same error?
Malc