Re: [Rails] Re: Solve my problem, please

2015-04-23 Thread Norbert Melzer
Am 23.04.2015 14:46 schrieb Andika Andika Nugraha li...@ruby-forum.com:

 I 've run RoR in linux , but still there is a problem when I made the
 server , you may be able to help . Thank you.

 andika@andika-HP:~/andikanug$ rails s
 Warning: Running `gem pristine --all` to regenerate your installed
 gemspecs (and deleting then reinstalling your bundle if you use bundle
 --path) will improve the startup performance of Spring.
 /var/lib/gems/2.1.0/gems/execjs-2.5.2/lib/execjs/runtimes.rb:48:in
 `autodetect': Could not find a JavaScript runtime. See
 https://github.com/rails/execjs for a list of available runtimes.
 (ExecJS::RuntimeUnavailable)

Why don't you actually read the errormessage and follow that link?

Or at least google for that message? Questions about exactly this message
are popping up about every other day...

-- 
You received this message because you are subscribed to the Google Groups Ruby 
on Rails: Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CA%2BbCVsuSdhC%2BMF9ncrS-YCS%2B_ZTxGUm91J8mxOX3Xazyz9sjBg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[Rails] Re: Solve my problem, please

2015-04-23 Thread Andika Andika Nugraha
I 've run RoR in linux , but still there is a problem when I made the
server , you may be able to help . Thank you.

andika@andika-HP:~/andikanug$ rails s
Warning: Running `gem pristine --all` to regenerate your installed
gemspecs (and deleting then reinstalling your bundle if you use bundle
--path) will improve the startup performance of Spring.
/var/lib/gems/2.1.0/gems/execjs-2.5.2/lib/execjs/runtimes.rb:48:in
`autodetect': Could not find a JavaScript runtime. See
https://github.com/rails/execjs for a list of available runtimes.
(ExecJS::RuntimeUnavailable)
  from /var/lib/gems/2.1.0/gems/execjs-2.5.2/lib/execjs.rb:5:in
`module:ExecJS'
  from /var/lib/gems/2.1.0/gems/execjs-2.5.2/lib/execjs.rb:4:in `top
(required)'
  from /var/lib/gems/2.1.0/gems/uglifier-2.7.1/lib/uglifier.rb:3:in
`require'
  from /var/lib/gems/2.1.0/gems/uglifier-2.7.1/lib/uglifier.rb:3:in
`top (required)'
  from
/var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler/runtime.rb:76:in
`require'
  from
/var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler/runtime.rb:76:in
`block (2 levels) in require'
  from
/var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler/runtime.rb:72:in
`each'
  from
/var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler/runtime.rb:72:in
`block in require'
  from
/var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler/runtime.rb:61:in
`each'
  from
/var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler/runtime.rb:61:in
`require'
  from /var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler.rb:134:in
`require'
  from /home/andika/andikanug/config/application.rb:7:in `top
(required)'
  from
/var/lib/gems/2.1.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:78:in
`require'
  from
/var/lib/gems/2.1.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:78:in
`block in server'
  from
/var/lib/gems/2.1.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:75:in
`tap'
  from
/var/lib/gems/2.1.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:75:in
`server'
  from
/var/lib/gems/2.1.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:39:in
`run_command!'
  from
/var/lib/gems/2.1.0/gems/railties-4.2.1/lib/rails/commands.rb:17:in
`top (required)'
  from /home/andika/andikanug/bin/rails:8:in `require'
  from /home/andika/andikanug/bin/rails:8:in `top (required)'
  from
/var/lib/gems/2.1.0/gems/spring-1.3.4/lib/spring/client/rails.rb:28:in
`load'
  from
/var/lib/gems/2.1.0/gems/spring-1.3.4/lib/spring/client/rails.rb:28:in
`call'
  from
/var/lib/gems/2.1.0/gems/spring-1.3.4/lib/spring/client/command.rb:7:in
`call'
  from /var/lib/gems/2.1.0/gems/spring-1.3.4/lib/spring/client.rb:26:in
`run'
  from /var/lib/gems/2.1.0/gems/spring-1.3.4/bin/spring:48:in `top
(required)'
  from /var/lib/gems/2.1.0/gems/spring-1.3.4/lib/spring/binstub.rb:11:in
`load'
  from /var/lib/gems/2.1.0/gems/spring-1.3.4/lib/spring/binstub.rb:11:in
`top (required)'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
  from /home/andika/andikanug/bin/spring:13:in `top (required)'
  from bin/rails:3:in `load'
  from bin/rails:3:in `main'
andika@andika-HP:~/andikanug$

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups Ruby 
on Rails: Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/35ef6e9cca25ca7cbde80bf74fb5a02b%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.


[Rails] Re: Solve my problem, please

2015-04-21 Thread André Orvalho
To solve your problem:

1. Quit windows
2. Second either run bundle, or google your problem and you will find stuff 
like 
this: 
http://stackoverflow.com/questions/15480381/how-do-i-install-sqlite3-for-ruby-on-windows

-- 
You received this message because you are subscribed to the Google Groups Ruby 
on Rails: Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/00f0806c-246a-43b8-9b8d-332f33402cd7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Rails] Re: Solve my problem, please

2015-04-21 Thread André Orvalho
yea sorry about that, I meant quit windows like you should quit a bad job! :)

-- 
You received this message because you are subscribed to the Google Groups Ruby 
on Rails: Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CANrYT%2BX8Qv1VAB93SnJpuOzZZLOWAdF8pKLGyrG-X2OJEpdBMg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Rails] Re: Solve my problem, please

2015-04-21 Thread Colin Law
On 21 April 2015 at 14:07, André Orvalho andre.orva...@gmail.com wrote:
 To solve your problem:

 1. Quit windows

Just to clarify that, I believe André meant not to close down Windows
and restart, but to close down Windows permanently and use a different
OS, either a Linux based system such as Ubuntu or a Mac.  Rails on Win
can be problematic.

Colin

-- 
You received this message because you are subscribed to the Google Groups Ruby 
on Rails: Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLsQeY9V%2BTyesuv27f7%3D%3D0QZNFNyaEifq_%2BkjY9vpxpsAg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.