mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Remove therubyracer because of the following reasons:
* therubyracer is unstable between platforms, platform versions, ruby interpreters and even ruby versons. Pretty much everytime there's native extension compilation issue, it is therubyracer. * therubyracer is officially discouraged by heroku as it uses lot of memory. On the other hand node.js advertises itself as very lightweight. * using therubyracer on server is just like installing Node that can be used only by ruby apps (you're using v8 anyway) * btw. node.js is necessary only on Windows and Ubuntu development, on Mac development ExecJS is using JavaScriptCore. catched from https://github.com/sheerun/rails4-bootstrap/issues/18
This commit is contained in:
parent
50e75c6dd4
commit
4c08850786
2 changed files with 0 additions and 9 deletions
3
Gemfile
3
Gemfile
|
|
@ -82,9 +82,6 @@ gem 'font-awesome-rails'
|
|||
#Use Redcarpet for Markdown in description
|
||||
gem 'redcarpet'
|
||||
|
||||
# Rubyracer is JavaScript Runtime of choice
|
||||
gem 'therubyracer'
|
||||
|
||||
# FIXME: We should use http://weblog.rubyonrails.org/2012/3/21/strong-parameters/
|
||||
gem 'protected_attributes'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue