Ruby on Rails Sunday, July 24, 2016

Well ain't that a B… just tried to update again, and this time it seems to be working? hmm… Next time I'll try to put everything down for you guys in a gist. It was like 4am at that time, so wasn't thinking clearly. That also may have been the problem. :)

On Sun, Jul 24, 2016 at 10:50 PM, Hassan Schroeder <hassan.schroeder@gmail.com> wrote:
On Sun, Jul 24, 2016 at 7:32 AM, Allen Wyma <allen.wyma@gmail.com> wrote:

> Test coverage is quite low as its just pulling data from an API source. I'll
> fix up the test coverage in a bit. Since the development logs don't say much
> you think I can find the answer in the test environment?

Having full test coverage of that area will, at the very least, speed
up the process of elimination :-)

--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
twitter: @hassan
Consulting Availability : Silicon Valley or remote

--
You received this message because you are subscribed to a topic in the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rubyonrails-talk/frTPK5GC1EY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rubyonrails-talk+unsubscribe@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/CACmC4yATr0nchj9u3n_B%3Dg9BA58Vy3wHmsvaLpMUY5VfjuN2vA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/CAJuWSyJ_MGSaEiV598aN-MKiR106%3DLDEFBKg%2BmExJ7H2eekz3w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

On 24 July 2016 at 16:33, Dd Cd <lists@ruby-forum.com> wrote:
> undefined method `web_console'


Have you run bundle install?

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+unsubscribe@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%3D0gLsN%2BmvproCPK5b9EvphYQDEmbme4MKrjfJoAd4isTfnfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

Hey Everyone,

I'm having some real problems here. I keep getting this error:

rake aborted!
NoMethodError: undefined method `web_console'

When Running this command:

bundle exec rake secret

I'm trying to setup my sample ruby app on my production server. My
sample app is from the Ruby on Rails Tutorial book. I'm not going to pay
to use the production server he suggests I have my own already. I'm
doing this so I can learn what it takes to get it done before making a
real app and being lost at deployment time. Here is my setup:

OS: CentOS 6
Ruby: Version 2.2.2
Rails: Version 5.0.0

Used RVM to install Ruby. I have tried everything suggested that I could
find on the net and I'm stuck. Can anyone help. Please let me know of
any other info needed

--
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+unsubscribe@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/2fc1bb642c4c55844a0d19ae45726a2d%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.