Displaying 4 results from an estimated 4 matches for "myrail".
Did you mean:
mymail
2010 Feb 11
1
Model not found in custom script...
Hello,
I have a custom task_scheduler.rb file in RAILS_ROOT/configuration/
initializers.
It fails because I think that it doesn''t know where to find my
Category model.
Do you know how I can load or have available the resources/environment
that myrails app uses into this script?
Thanks,
Frank
task_scheduler.rb
=======================
require ''rss''
require ''rubyful_soup''
require ''tmail''
require ''rufus/scheduler''
scheduler = Rufus::Scheduler.start_new
scheduler.every(&quo...
2009 Apr 15
3
install error for rails-widgets
When i am trying to install the rails-widgets on windows vista from
http://wiki.github.com/paolodona/rails-widgets location I get an error.
Please help.
cd myrails-app
ruby script/plugin install git://github.com/paolodona/rails-widgets.git
rake widgets:setup
following is the error
----------------------------------------
rake aborted!
Don''t know how to build task ''widgets:setup''
(See full trace by running task with --trace)
----...
2006 Jan 18
1
Helps!!!!! Rails database connection guru needed!!!!!!!
...hing
to disconnect the actually connection, So we wonder
will it lead to a memory leak of the ruby-rails and
the connected database???? Is there anything we miss
that make us misunderstand the mecanism of connection
and reconnection????
Question B
inside the same methode of a controller, like:
www.myrails.com/mycontroller/mymethode1. It is
possible
to change the database, because the example give on
the
http://wiki.rubyonrails.com/rails/pages/HowtoUseMultipleDatabases
the basic idea is to change the connection, while user
change methode(link to a new page or something...) is
it possible to change...
2006 Jul 03
0
How to share a table between two applications
...I have one user table in my rails application. I have created a database (e.g. appDB). the appDB has a user table.
Then I have another application - Opinion forum - and a database (forumDB) I want to share the user table in appDB in the forum application.
This is to make sure that user logins for myrails app and the forum app is common.
Is there a better way of doing this?
thanks
=Rajesh
_________________________________________________________________
Add photos, news, and blogs about the World Cup to your Live.com homepage!
http://www.live.com/getstarted
-------------- next part --------...