search for: anubhaw

Displaying 5 results from an estimated 5 matches for "anubhaw".

Did you mean: anubhav
2010 Aug 17
8
How to development Database for testing
Hi, i want to use development database for my testing purpose. The problem is with, when test cases are run, it deletes the data before and after the test. but i dont want the data to be deleted. how to do this. -- 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 post to this group,
2010 Sep 10
10
current_page? inside controller
Is there any easy way of using something like current_page? method from ActionView::Helpers::UrlHelper inside controller ? I have routing like: resources :addresses resources :mailing_addresses, :controller => ''addresses'' And I would like to do a check in my controller that would look like this: class AddressesController def index if current_page?(live_addresses_path)
2009 May 22
0
https enabled method for ssl not working
...Normal flow without SSL is working fine which is ''http://'', but when I try to navigate to SSL enabled methods which should be ''https://''it gives me error ''this URL not found on server''. By the way I do get the security lock on my page. Regards, Anubhaw -- Posted via http://www.ruby-forum.com/.
2010 Aug 10
1
script/server throws out lot of errors
Hello, I use Rails 2.3.8 on my Ubuntu (10.04) machine. I started a new app and when I started it using script/server , I get these following errors => Booting Mongrel => Rails 2.3.8 application starting on http://0.0.0.0:3000 /var/lib/gems/1.8/gems/rails-2.3.8/lib/initializer.rb:271:in `require_frameworks'': no such file to load -- net/https (RuntimeError) from
2010 Aug 17
1
how to get plugins to load
I un-commented the following in my environments.rb file config.plugins = [ :all, :exception_notification, :ssl_requirement] but I get the following errors: in `ensure_all_registered_plugins_are_loaded!'': Could not locate the following plugins: exception_notification and ssl_requirement (LoadError) from /Users/mitch/.gem/ruby/1.8/gems/rails-2.3.2/lib/rails/plugin/loader.rb:44:in