search for: esimplyonlinerail

Displaying 6 results from an estimated 6 matches for "esimplyonlinerail".

Did you mean: esimplyonlinerails
2006 May 25
5
rake migrate VERSION=0 doesn''t appear to execute
...s the tables already exist. Great - that means rake can find my migration and the "up" section is probably valid. However, if I do rake migrate VERSION=0 which I am understanding should undo the first migration, nothing happens. Here is the output of a trace: C:\eclipse\workspace\eSimplyOnlineRails>rake -t migrate VERSION=0 (in C:/eclipse/workspace/eSimplyOnlineRails) ** Invoke migrate (first_time) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate ** Invoke db:schema:dump (first_time) ** Invoke environment ** Execute db:schem...
2006 Apr 10
2
Capistrano with CVS repository doesn''t seem to work
...ot;update_code" task: * executing "if [[ ! -d ~dusan/eSimplyTest/releases/20060410205540 ]]; then\n cd ~dusan/eSimplyTest/releases;\n CVS_RSH=\"ssh\ " cvs -d :pserver:user:pwd@host:/d//cvs -Q co -D \"2006-04-05 22:4 9:05\" -d 20060410205540 eSimplyOnlineRails;\n\n (test -e ~dusan/e SimplyTest/revisions.log || touch ~dusan/eSimplyTest/revisions.log && chmod 666 ~dusan/eSimplyTest/revisions.log) && echo `date +\"%Y-%m-%d %H:%M:%S\"` $USER 20 06-04-05 22:49:05 20060410205540 >> ~dusan/eSimplyTest/revisions.l...
2006 Jul 10
1
rake db:fixtures:load FIXTURES=xyz
...generated these YAML files using YAML.dump and it looks like the columns are listed in the yml file in a different order than they appear in the database columns. Does the yml file have to match the database column order exactly? Thanks, Wes ============================= C:\eclipse\workspace\eSimplyOnlineRails>rake db:fixtures:load FIXTURES=DataSetIn fo --trace (in C:/eclipse/workspace/eSimplyOnlineRails) ** Invoke db:fixtures:load (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:fixtures:load -- Posted via http://www.ruby-forum.com/.
2006 Mar 07
1
How does the ActionController class get loaded/accessed?
I am trying to access the Upload Progress feature in Action_Controller. When I add Action_Controller::Base.enable_upload_progress to my environment.rb file, and restart WEBrick, I get the following error: C:\eclipse\workspace\eSimplyOnlineRails>ruby script/server => Booting WEBrick... c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/ dependencies.rb:195:in `const_missing'': uninitialized constant Action_Controller (NameError) from ./script/../config/../config/environment.rb:54 I can tell that...
2006 Aug 09
10
Is there QA on Rails gem releases?
The ActionMailer/ActionPack gem release is still screwed up. Does someone test the gem releases to ensure that they work? Just an idea. Wes -- Posted via http://www.ruby-forum.com/.
2008 Mar 14
15
Is anyone running Rails 2.x against a MS SQL Server DB?
I am unable to get ActiveRecord session support to work under 2.x against a SQL Server database. I''m starting to wonder if anyone is running 2.x against SQL Server? Is anyone running under the following configuration: Rails 2.x SQL Server 2000 DB (using AR adapter in ODBC mode) AR store for ActionController session store. I''d like to chat with you if you are. Thanks, Wes --