rapid7 / warvox

http://www.warvox.org/
203 stars 55 forks source link

Issue on runtime 500 #12

Closed psc4re closed 9 years ago

psc4re commented 9 years ago

Run time issue

ActionView::Template::Error (.make-row is undefined (in /pt/misc/warvox/app/assets/stylesheets/bootstrap_and_overrides.css.less)): 12: <![endif]--> 13: 14: <%= javascript_include_tag "application" %> 15: <%= stylesheet_link_tag "application", :media => "all" %> 16: <%= favicon_link_tag '/assets/favicon.ico', :rel => 'shortcut icon' %> 17: 18: <%= javascript_tag do %> app/views/layouts/login.html.erb:15:in `_app_views_layouts_login_html_erb__3429201701148471371_27376740' See the attached screenshot warvoxj

ryandorey commented 9 years ago

Same error/situation here.

hdm commented 9 years ago

FYI. Currently reworking the app to use Rails 4 and refactoring quite a few things. After a git clone, do a "git checkout rails4" if you want to play with the development tree. Still fixing assorted cosmetic and functional issues.

psc4re commented 9 years ago

rails4 worked, Thanks