search for: rubytest

Displaying 4 results from an estimated 4 matches for "rubytest".

2009 May 13
0
rubytest.vim 0.9.5 released
Hi guys, I''m pleased to announce that rubytest.vim 0.9.5 is just released. Rubytest.vim is a vim (http://www.vim.org) plugin, which helps you to run many kinds of ruby test (including vanilla test, rspec, shoulda etc.) in vim. Changelog --------- + Support quickfix: display test errors/warnings in vim quickfix window, jum...
2009 Jun 15
0
Rubytest.vim 0.9.6 Released
Hi dude, Rubytest.vim 0.9.6 is just released. This version contains some small fix: * support rspec examples looks like example "this is an example" do * correctly handle single/double quote escape for rspec examples and vanilla testcases Check it out here: http://www.vim.org/scripts/script...
2006 Apr 05
0
[SPAM] Problem with scaffolding on test setup
....1 and ruby 1.8.x. The server and scgi are working. I know this because I can get a test page to work easily enough. I did the following: ruby script\generate model Recipe [following the Rolling with Rails Tutorial] ruby script\generate controller Recipe I also have a sql server 2000 database (rubytest) setup with the following database.yml: development: adapter: sqlserver database: rubytest username: sss password: sss host: DBI:ADO:Provider=SQLOLEDB;Data Source=WGCC;Initial Catalog=database_name;User Id=xxx;Password=xxx; test: adapter: sqlserver database: rubytest username: sss...
2005 Dec 16
25
I Would Really Like to Try RoR but...
...o set it up. I keep getting a an Application Error message when I try to navigate to a url which should be taken care of by my newly created controllers. For instance, I wanted to test RoR out so I created a MyTest controller which should allow me to navigate something like: http://localhost/rubytest/MyTest but it does not. I have no problem getting the initial ''Welcome'' message located in the /public/ folder but anything else I try fails. I have modified my http.conf file in Apache to add a virtual server for my ruby app including adding the LoadModule directive for fast...