Displaying 5 results from an estimated 5 matches for "ccjr".
Did you mean:
ccbr
2006 Jan 13
2
Switchtower - openssl error
I get this error on switchtower setup task: no such file to load -- openssl
I have openssl installed.
Debian 3.1, Rails 1.0, Ruby 1.8.2, OpenSSL 0.9.7e
2006 Mar 17
2
How do I use ''reply-to'' with Action Mailer
Hey there folks, I''m sure there is a stupidly easy answer for this, but
I can''t seem to find it. I''m building a site and I want a way for one
user to contact another. Simple enough. The problem lies in the fact I
want the email to ''come from'' the user, and not from my system.
In my ActionMailer class if I do the following:
@from =
2006 Jan 25
17
Lookup pattern in Ruby
Hi folks,
I''m curious how a lookup with a large group of values would be handled
in Rails.
For example, I have a (contrived) AnimalType filtering a list of many
Animals--more than can be presented comfortably in a dropdown box.
Therefore I need to either redirect to another screen to select an
animal (returning after the selection is made), or show a dialog--modal
or otherwise--to
2010 Oct 15
0
AssociationTypeMismatch / Model Caching in development envirnment
...I''m guessing that
isn''t it.
I can''t figure out where to look next and would appreciate any help you
can offer.
I''m running Ruby 1.9.2p0 and Rails 3.0.1 on OS X 10.6.4. You can
download the code that I''m trying to work on at
http://github.com/downloads/ccjr/blog/chapter08.zip (I''m trying to work
through this Apress book). When you load up the page, you need to log
in to edit, and the login is ''mary-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org'' : ''guessit''.
Any pointers or ideas?
--
Posted via http://www.ruby...
2006 Jan 25
24
RailsCron 0.2 plugin
I received feedback from some of you, saying that it would be cool if
RailsCron was even easier to manage. So I implemented a graceful
start/restart inside of the plugin''s init.rb. If you don''t like it,
comment it out and send me the feedback.
Also, I finished an update to RailsCron that allows you to attach
asynchronous processing methods to your ActiveRecord models. i.e.: