After upgrading all of my gems, I now receive following error:
LoadError at /
No such file to load -- /users/mohnstrudel/dropbox (Личный)/projekte/personal/mosflash/app/helpers/application_helper.rb_helper
The error seems rather obvious, because my helper looks like this - application_helper.rb, not application_helper.rb_helper
If I rename all my helpers extensions to rb_helper the next error I receive is: (the template is of course there and the whole app worked before the update)
Missing template store_front/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml, :jbuilder]}. Searched in:
* "/Users/mohnstrudel/Dropbox (Личный)/Projekte/personal/mosflash/app/views"
I stumbled upon this question - Strange error in rails - missing helper
But renaming folders didn't help.
My file paths:
2.2.0 :001 > File.expand_path ("./")
=> "/Users/mohnstrudel/Dropbox (Личный)/Projekte/personal/mosflash"
MBP-Anton:mosflash mohnstrudel$ pwd
/Users/mohnstrudel/Dropbox/Projekte/personal/mosflash
Is this a problem caused by Dropbox? I'm using a private account and a corporate one, this is why there are brackets. However using cd Dropbox/ or cd Dropbox (Personal)/ leads to same folder.