-
Website
http://jonathansng.com -
Original page
http://www.jonathansng.com/ruby-on-rails/basic-http-authentication-and-partials/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Search Engine Optimization
1 comment · 1 points
-
Nik Bauman
1 comment · 1 points
-
zackmctee
1 comment · 1 points
-
srinathbtech
2 comments · 1 points
-
Quad Core Imac
1 comment · 1 points
-
-
Popular Threads
You are doing amazing work out here...
I wanted you to throw light on issues such as
1. Degree to which models, controllers and views are decoupled from one another?
2. Do we need to generate a scaffold for every model we may build for our application?
It would be great if you could provide pointers deep into the practical side of application building with rails !
Have a great weekend and plese try coming up with some sugeestions so that for a newbie like me, it is easier to get hold on the stuff!
Thnks Again !
Keep in touch
Cheers,
Nick
It helped me understand some concepts. I will be checking for the next tutorial.
Thanks.
Been following a few tutorials but getting stuck as they were for old versions.
You have a couple of spelling / word mistakes which make some parts hard to follow as they change the meaning some-what, but I managed to work around those. :)
My only real gripe is that you don't offer the "subscribe by email" feature from feedburner as I would love to get your latest posts in my email as I make a point of not using an feed reader as they used to take up so much of my day. It's far nicer to subscribe to the things I like via email ;)
Keep up the great work, and please, don't skip over making an admin section and/or a user registration system etc as I think many people will be interested in knowing how to do that as lots of apps will require it.
E.g.
A way for users to register to bookmark books or buy them and a way for an admin to have an area to log in and manage the books. Via form authentication / sessions / remember me etc rather than via the password prompt from the browser. ;)
Thanks again! I am starting to ride the rails.
David
Im a decent programmer and your rails 2.0.x tuts are very good. I appreciate a nice straight forward breakdown of some of this stuff. You rock! enjoy the beer money. Keep them coming.
CHEERS!
At the end I get:
RuntimeError in Books#new
Showing books/new.html.erb where line #5 raised:
Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
Extracted source (around line #5):
2:
3: <%= error_messages_for :book %>
4:
5: <% form_for(@book) do |f| %>
6:
7: Title
8: <%= f.text_field :title %>
when I go to http://localhost:3000/books/new