search for: _development

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

Did you mean: development
2006 Jun 06
0
Re: [ocruby] iteration A1 in ebook: scaffold gets: routing error
...2 AM 6/6/2006, you wrote: >hi, on page 82 of second edition, getting stuck after got past that, must have been doing something wrong. ended up writing the script below: thanks set -x base=i:/work PATH=/cygdrive/$base:$PATH name=depot cd $base rm -rf depot ls mysqladmin -f -u root drop ${name}_development mysqladmin -u root create ${name}_development mysqladmin -f -u root drop ${name}_test mysqladmin -u root create ${name}_test mysqladmin -f -u root drop ${name}_production mysqladmin -u root create ${name}_production echo rails rails.cmd $name cd $name echo rake db:migrate rake.bat db:migrate echo s...
2006 Mar 31
1
rails + svn automation script
Anyone got a script to share that: 1. Creates a trunk directory 2. Creates a trunk/vendor directory 3. Adds the above to svn 4. Modifies trunk/vendor to use a certain rails revision (i.e. trunk or 1.1) 5. Runs trunk/vendor/rails/.../bin/rails to generate a rails directory skeleton 6. Modifies the svn:ignore for the logs and config/database.yml 7. Moves config/database.yml to
2006 Jun 06
15
error working through Agile !!!
Hi everyone, I''m working my way thru the ''Depot'' project from Agile Web Development with Rails. I got to the bit where I type: ruby script/generate scaffold Product admin And I get the following error: error Before updating scaffolding from new DB schema, try creating a table for your model (Product) ( on the last line ! ) Now I have followed everything as
2006 May 15
3
where do I put this test?
...d TDD advocates against creating tests for 3rd party software, but I''m new to TDD and am still trying to get the hang of it. Suggestions, pointers and inspirational messages would all be appreciated. Also, what''s the best practice for getting my _test database to track my _development database? I''ve been using "rake clone_structure_to_test" but I''m not sure that''s the best way to accomplish this. I am using migrations for creating my data model... can/should I rerun them against the _test db? cr
2006 Jan 05
0
nooby Q--default page for RoR changed?!
..._rewrite enabled. Somewhere in your httpd.conf, you should have: AddHandler cgi-script .cgi LoadModule rewrite_module libexec/httpd/mod_rewrite.so AddModule mod_rewrite.c Take the following steps to get started: Create empty development and test databases for your application. Recommendation: Use *_development and *_test names, such as basecamp_development and basecamp_test Warning: Don''t point your test database at your development database, it''ll destroy the latter on test runs! Edit config/database.yml with your database settings. Create controllers and models using the generator i...
2011 Dec 16
3
ODBC problem - static realtime file not loading
...-----------------+ SQL> select 1 +---------------------+ | 1 | +---------------------+ | 1 | +---------------------+ SQLRowCount returns 1 1 rows fetched The extconfig.conf file gets parsed, and looks like this: [settings] musiconhold.conf => odbc,asterisk_development,asterisk_files The modules.conf contains only: [modules] preload => res_odbc.so preload => res_config_odbc.so autoload=yes On starting Asterisk with -cv I get the following: [Dec 16 11:08:38] WARNING[1632]: res_musiconhold.c:1309 load_module: No music on hold classes configured, disabling...