search for: _posts

Displaying 3 results from an estimated 3 matches for "_posts".

Did you mean: posts
2023 Dec 08
0
[centos/centos.org] branch main updated: Add post about Connect 2024, remove old posts
...5e6 is described below commit 22e55e6b8d076aac3150d67243db046469503bbd Author: Shaun McCance <shaunm at redhat.com> AuthorDate: Fri Dec 8 10:09:55 2023 -0500 Add post about Connect 2024, remove old posts --- ...2-02-1321-reminder-centos-linux-is-eol-on-december-31st.md | 10 ---------- _posts/2021-12-02-1322-october-centos-dojo-videos.md | 8 -------- _posts/2022-02-09-convert-to-stream-8.md | 11 ----------- _posts/2022-02-09-fosdem-centos-dojo-videos.md | 8 -------- _posts/2022-06-10-devconf-dojo.md | 7 -----...
2006 Jun 15
1
Paginating a .find
how exactly would I apply paginate to a .find I have: @posts = Post.find(:all, :conditions => [ ''(title) OR (body) LIKE ?'', ''%'' + params[:query] + ''%''], :order => ''end_date'') How would I go about paginating the uoputed list? Something like 10 on a page. -- Posted via
2006 Apr 01
10
You have a nil object when you didn''t expect it!
Hi, I am creating a blog to learn ruby on rails. I have 2 different views/models/controllers, 1 called post and 1 called comments. How do i link a post from the views/post directory to the comments that belong to the post in the views/comment directory. This is the code in the post/show.rhtml <%= render :partial => "post", :object => @post %> <%= link_to