Displaying 4 results from an estimated 4 matches for "bigdorian".
Did you mean:
bigdomain
2006 Jun 09
0
Re: Rails Digest, Vol 21, Issue 195
...pe: text/plain; charset=utf-8
I think the valid? function is your answer.
http://api.rubyonrails.com/classes/ActiveRecord/Validations.html#M000801
Roland
--
Posted via http://www.ruby-forum.com/.
------------------------------
Message: 8
Date: Fri, 9 Jun 2006 20:09:20 +0200
From: Dorian <bigdorian@otherag.com>
Subject: [Rails] blank division after update
To: rails@lists.rubyonrails.org
Message-ID: <c4352f9f5d00785e8352384fd45f4826@ruby-forum.com>
Content-Type: text/plain; charset=utf-8
Hello all,
Im having a slight problem with my website. I have a division that
is updated...
2006 Jun 09
2
blank division after update
Hello all,
Im having a slight problem with my website. I have a division that
is updated using a link_to_remote call. Now, inside the view I can put
plain text and everything is fine. However, if I try to pass a variable
from the controller to the view it does not work. For example I can
have this as the controller:
def show_news
@testvariable = "shizzlenitboo"
end
And
2006 Jun 13
0
caching incorrect
On my website I have a main controller with an index action and view. I
have enabled caching for all pages inside of the main controller. When
you look in the public directory for the app, there is a main folder,
and inside of it we have the cached html pages for all the views in the
main controller, all except for index.html. For some reason it is being
placed in the parent
2006 Jun 14
2
Can pagination work with caching
I am currently caching a page that indexes blog entries. Paginate was
used to break the entries up. Now when you click on next at the bottom
of the page it is only reloading the first page. Im hoping, against
odds, that someone here knows of a way to make paginate and cache play
together.
--
Posted via http://www.ruby-forum.com/.