Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
89 views

I am on chapter 19 of the learn rails book by Daniel Kehoe and have created a form. However when I deliberately make errors in order to test the validations no messages appear. for example when I ...
Owen's user avatar
  • 391
0 votes
3 answers
182 views

I am trying to run rails server and I get the following error after the first configuration: => Booting WEBrick => Rails 4.2.6 application starting in development on http://localhost:3000 =>...
Rod Poblete's user avatar
0 votes
1 answer
1k views

I am new to ruby on rails and I follow the book Learn-ruby-on-rails by Daniel Kehoe. I have set up my sengrid login details correctly on the Ubuntu enviroment. echo $ SENDGRID_USERNAME returns my ...
Ola O's user avatar
  • 25
0 votes
1 answer
2k views

I am following the learn Ruby on Rails book by Daniel Kehoe and when I try to send mail, I get the following error. ArgumentError at /contacts An SMTP To address is required to send a message. Set ...
Salamit's user avatar
  • 1,015
0 votes
1 answer
266 views

I've been following the tutorial and have already reach deployment on heroku. The contact forms work perfectly and no errors messages are displaying. When I use the sign up button the success message ...
Royal Flush's user avatar
3 votes
3 answers
618 views

I keep getting error on "Send Mail" section on the Learn Ruby on Rails tutorial. I have tried to clone https://github.com/RailsApps/learn-rails.git on my local machine but the issue is still here. ...
Florence Liang's user avatar
3 votes
1 answer
2k views

If I have a basic ruby on rails model set up (like for example the typical blogpost application) with an index action like: def index @blogs=Blog.all end How do I convert all the blogs into a .json ...
TABISH KHAN's user avatar
  • 1,623
2 votes
1 answer
139 views

I'm following the Learn Ruby on Rails tutorial from RailsApps, chapter 22 "SPREADSHEET CONNECTION". After doing all as the book and the git shows I get this error NoMethodError in ContactsController#...
yotta1's user avatar
  • 295
0 votes
0 answers
203 views

In my contact controller(app/model/contact.rb), it seem correct way to connect and save data to a spreadsheet on my google drive, I try to run it locally, I kept getting error messages and haven't ...
thunderRX5's user avatar
1 vote
1 answer
3k views

Going through Daniel Kehoe's Learn Ruby on Rails book and I've installed and configured github on my macbook. My problem is that I'm not sure why my changes are only being committed and pushed to my ...
karan satia's user avatar
0 votes
1 answer
475 views

The following code works but I don't understand why. The Model: I have a Class called Contact that doesn't have an initialize method (i.e it inherits the initialize method from the default Object ...
Sergio Rodriguez's user avatar
0 votes
1 answer
168 views

I am following the Learn Ruby on Rails book from the RailsApps project. On Chapter 23 we add the send mail functionality to the app. Everything seems to be working fine expect that the email I ...
Sergio Rodriguez's user avatar
0 votes
1 answer
49 views

I've been following Daniel Kehoe's book Learn Ruby on Rails and it is amazing. I wanted to give the finished official app a test drive before continuing to better understand where I'm heading to, ...
Sergio Rodriguez's user avatar
6 votes
2 answers
2k views

Working with the book Learn Ruby on Rails, I'm stuck on the section of the tutorial where you connect to Google Drive to save the form submission to a spreadsheet. I'm not able to authenticate w/ ...
Katie's user avatar
  • 508
1 vote
1 answer
158 views

While working on Daniel Kehoe's Learn Ruby on Rails book, I got to the spreadsheet connection section. I followed the workaround for google drive and I get the message sent flash notice, but when I ...
Ejenks's user avatar
  • 23

15 30 50 per page