[Rails] Re: blog and comment
Craig Westmoreland wrote:
> Hello everyone,
>
> I'd like to implement a blog on my site.
Blogs in Ruby and/or Rails are pretty much the most common sample app,
if you except the depot application. I'm not sure why you intend on
reinventing the wheel. If your goal is to have a functional blog, take a
look at http://github.com/mojombo/jekyll or do a quick search for "ruby
blog" online. If your goal is to develop your skills, ...
First, a blog is a collection of posts, so when you say "each time I
create a blog", do you mean "each time you create a post" ?
Secondly, if the user_id is not being set in the blog table, maybe you
could show us some code? :)
--
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 post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home