Displaying 5 results from an estimated 5 matches for "lcow".
Did you mean:
cow
2011 Jan 17
4
Factory Girl and attr_accessor with validation
I have a problem with a recent change to one of my models when created
via Factory.create.
class User < ActiveRecord::Base
attr_accessor :tc_check
validates :tc_check, :presence => true, :acceptance => true
...
end
The following definition fails, when calling
Factory.create(:valid_user)
Factory.define :valid_user, :class => User do |u|
u.email
2010 Sep 28
12
Completed 406 Not Acceptable
After migrating my 2.3.9 app to rails 3.0.0 I get this error:
Completed 406 Not Acceptable in 513ms
I also noted that processing controller doesn''t output the protocol:
-- Processing by Admin::PhotographersController#update as
while if it works, say:
-- Processing by Admin::PhotographersController#update as HTML
Here is the full action output http://pastie.org/1187051
Can
2007 Oct 13
1
Native MySQL Type
...ociated with open source, costs not in money, but in time and effort.
- -- http://www.schierer.org/~luke/log/20070710-1129/on-forks-and-forking
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHEIM4/Pp1N6Uzh0URAnaBAJ9+gf3B4kMpeiHwMtO2EeDtiBU1+QCeJdx+
PT8bICkvvG9HekB4rFaS2rE=
=lCoW
-----END PGP SIGNATURE-----
2010 Sep 12
11
Rails Commenting, Plugins?
Hello,
I''m looking to add comments to records in my app like Books. So a user
can view a Book and then comment on it...
As a newbie, is this something that I should build from scratch, or
are there any popular Commenting Plug-ins, (Ajax implemented) that
might be worth utilizing?
Thanks
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2011 Feb 17
9
Page Caching... extending it???
Hey there
Is it possible to intercept Action Cache to force it to use a
specified filename to save to.... or to load a specified cached file
that is different to the current one expected for the URL?
I guess this is some sort of "extending" of action cache.... but I
cannot find much in google :)
thanks
--
You received this message because you are subscribed to the Google Groups