Displaying 5 results from an estimated 5 matches for "caldridge".
Did you mean:
baldridge
2006 Jul 06
2
link_to_remote method display a loading image?
Hey guys,
what would be the best way to incorporate this into the builtin
link_to_remote() method?
document.getElementById(''main'').innerHTML = ''<img
src="/images/loading_small.gif">'';
Id like for the item above to take place while the page is loading.
I''m currently doing this with another javascript but would prefer to
use rails.
2007 Oct 27
1
Textdrive / Joyent Support not responding?
I''m thinking about going with an accelerator account through Joyent
and have tried 3 times now to get a response to one simple question:
Does the setup costs include configuration of a standard rails app &
cron entry to start the app @ reboot? And if not, do they offer (for a
charge), services to configure this?
What worries me, Is I can''t keep any sort of consistent
2006 Sep 21
10
Can I use 2 DB connections in my app?
Hi there!
How can i use 2 database connections in my rails application ( if it''s
possible of course ): one for reading from DB and one for writing to DB?
Thanks,
Dmitry
--
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
2006 Mar 29
0
placing specific views within a subdirectory?
Can anyone show me how to go about placing specific views within a directory?
ie:
controllers/hello.rb
views/hello/english/world.rhtml
views/hello/english/people.rhtml
views/hello/spanish/mundo.rhtml
views/hello/spanish/gente.rhtml
instead of the usual:
controllers/hello.rb
views/hello/world.rhtml
views/hello/mundo.rhtml
hello.rb currently contains the basic methods:
class ChartsController
2006 Nov 04
0
Rails/Ajax/File::Tail?
I''m using File::Tail for a few projects and.. would like to
incorporate it into a web based interface. Has anyone done this yet? I
would even settle for a java applet but I cant find one of those :-(
I was able to find an existing php project that did exactly this,
however PHP is not an option
for me.
I''ve used quite a few of rails'' ajax features but never anything