I'm new to ruby rail and i keep getting the same error code.
27 views
Skip to first unread message
Rodin Chery
unread,
Jun 10, 2016, 11:45:13 AM6/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
I'm trying to run "rails server" but I keep getting a missing gem so every gem it said was missing I manually installed. I manually installed gems all the way up to this point but this gem error won't go away.
Action:
rails s (rails server)
Result:
Could not find gem 'web-console (~> 2.0) x64-mingw32' in any of the gem sources listed in your Gemfile or available on this machine.
Run `bundle install` to install missing gems.
Now I installed BUNDLER and and every code I could understand so faith has brought me here.
SO..... Can someone help me find the medic because I need morphine. Excuse my french but I'm dying over here kid?
Frederick Cheung
unread,
Jun 10, 2016, 11:54:19 AM6/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Did you run "bundle install" ?
Fred
Rodin Chery
unread,
Jun 10, 2016, 10:17:39 PM6/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
yes is did.
Rodin Chery
unread,
Jun 10, 2016, 10:18:26 PM6/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
On Friday, June 10, 2016 at 10:54:19 AM UTC-5, Frederick Cheung wrote:
Rodin Chery
unread,
Jun 10, 2016, 10:19:29 PM6/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
if you mean "Gem install bundler" yes is did that
On Friday, June 10, 2016 at 10:54:19 AM UTC-5, Frederick Cheung wrote:
Colin Law
unread,
Jun 11, 2016, 9:10:33 AM6/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
On 11 June 2016 at 03:19, Rodin Chery <rodin...@gmail.com> wrote:
> if you mean "Gem install bundler" yes is did that
No, he meant what he said:
bundle install
The fact that you misunderstood this means that you need to go and
work right through a good tutorial such as railstutorial.org, which is
free to use online, that will show you the basics of Rails.