[Rails] blowfish encrypted url in ruby

2011-03-07 Thread Vamsi Krishna
How to encrypt and decrypt the url using blowfish in ruby? ex: url= http://localhost:3000?username=vampaswd=1234street=hydcontact=9company=raymarinecity=hydstate=UPcountry=ZPzip_code=543211 please help its very urgent. Thanks in advance - Vam -- Posted via http://www.ruby-forum.com/.

[Rails] Re: rake aborted! nosuch file to load -- java

2010-12-08 Thread Vamsi Krishna
Kannav R. wrote in post #967134: run with -- trace and post here On Wed, Dec 8, 2010 at 1:05 PM, Vamsi Krishna li...@ruby-forum.com wrote: -- http://groups.google.com/group/rubyonrails-talk?hl=en. -- Thanks: Rajeev sharma +919013155133 here the trace: C:/Ruby/lib/ruby/site_ruby

[Rails] Re: Re: rake aborted! nosuch file to load -- java

2010-12-08 Thread Vamsi Krishna
Kannav R. wrote in post #967147: paste here yours D:/vamsi/config/environment.rb:22 On Wed, Dec 8, 2010 at 2:12 PM, Vamsi Krishna li...@ruby-forum.com wrote: D:/vamsi/vendor/rai C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in C:/Ruby/lib/ruby/site_ruby/1.8/rubygems

[Rails] Re: rake aborted! nosuch file to load -- java

2010-12-08 Thread Vamsi Krishna
this is the line no: 22 Rails::Initializer.run do |config| -- 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, send email to rubyonrails-t...@googlegroups.com. To unsubscribe

[Rails] rake aborted! nosuch file to load -- java

2010-12-07 Thread Vamsi Krishna
Hi, When i was migrating the db i got the following error. rake db:migrate rake aborted! no such file to load -- java Can you please let me know what to do to solve this. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups

[Rails] Re: Rake aborted ! while runing the migrations

2010-05-21 Thread Vamsi Krishna
I got the solution simple put the line require 'test/unit' in that file as first line... :) -- 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, send email to

[Rails] Rake aborted ! while runing the migrations

2010-05-20 Thread Vamsi Krishna
Hi, When i ran the migrations rake db:migrate --trace rake is aborted and i got the following error. i'm unable to find out the solution for this , if any one knows please reply H:\currentrake db:migrate --trace (in H:/current) ** Invoke db:migrate (first_time) ** Invoke environment

[Rails] Re: Encrypt senders pvtkey with data and with recievers pubkey

2009-12-30 Thread Vamsi Krishna
Hey Michael, what you said is correct, i had already completed the task a week ago using exactly what you mentioned and this is the link where the article is : http://stuff-things.net/2008/02/05/encrypting-lots-of-sensitive-data-with-ruby-on-rails/ I know, what i wanna achieve is some what

[Rails] Encrypt senders pvtkey with data and with recievers pubkey

2009-12-29 Thread Vamsi Krishna
Hi All, I wanted to ensure confidentiality by encrypting some information. I also wanted to maintain non-reputability by encrypting huge data with the senders private RSA key. Here the data is first encrypted with Senders(lets say A) private key and then Recievers(lets say B) public key.To

[Rails] Re: Running App in Production Env

2009-09-23 Thread Vamsi krishna Kilari
Adam. *** [err :: kwikit.de] no such file to load -- application Seems like an issue with rails n passenger version. Can you simlink the application.rb to application_controller.rb and it should work fine. cd RAILS_ROOT/app/controller ln -s application_controller.rb application.rb Thanks,

[Rails] Re: Running App in Production Env

2009-09-23 Thread Vamsi krishna Kilari
Colin Would you expect it to work on the server in dev mode but not in production if that were the problem? From rails 2.3.0 application.rb is renamed to application_controller.rb which you are aware of. And passenger =2.0.3 looks for application.rb and higher versions looks for

[Rails] Re: Running App in Production Env

2009-09-23 Thread Vamsi krishna Kilari
Colin Law wrote: 2009/9/23 Vamsi krishna Kilari rails-mailing-l...@andreas-s.net: Would you expect it to work on the server in dev mode but not in production if that were the problem? Colin oops I thought he meant to say dev server. -- Posted via http://www.ruby-forum.com

[Rails] Re: How to: redirect_to through a folder hierarchy (upwards)

2009-09-20 Thread Vamsi krishna Kilari
Tom, You should be able to do like this. redirect_to :controller = /members, :action = 'show' Thanks, Kilari. http://kilari.co.in -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Rails] Re: scope_out plugin

2009-07-07 Thread Vamsi krishna Kilari
Ghazal, You can try doing a CO in the plugin folder and it should work fine Thanks, Kilari. Ghazal Mir wrote: hi i want to install scope out plugin script/plugin install http://scope-out-rails.googlecode.com/svn/trunk but i get the error plugin not found i use window what should i

[Rails] Re: rake db:create:all error

2009-07-07 Thread Vamsi krishna Kilari
Manish, Can you paste the full trace of the rake task. Thanks, Kilari. Manish Arya wrote: Hi, I am getting this error when i execute rake db:create:all /opt/gitorious/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:569: [BUG] unknown type 0x22 (0xc

[Rails] Re: rake db:create:all error

2009-07-07 Thread Vamsi krishna Kilari
Manish, What I find is that 0x22 is T_DATA in 1.8 and 0xc in 1.9.Seems like there is some conflict..but not sure.By the way have you freezed the rails by using the same version of ruby? Thanks, Kilari. Manish Arya wrote: Hi, I am getting this error when i execute rake db:create:all

[Rails] Re: Upgrading on Unix

2009-07-07 Thread Vamsi krishna Kilari
Brian, Yup you need to re install rubygems and all the gems required. Thanks, Kilari. http://kilari.co.in Brian Penrose wrote: Do I need to re-install gems after upgrading from Ruby 1.8.6 to 1.8.7 on Unix? -- Posted via http://www.ruby-forum.com/.

[Rails] Re: Upgrading on Unix

2009-07-07 Thread Vamsi krishna Kilari
have suggested to reinstall all the gems. Thanks, Kilari. http://kilari.co.in Brian Penrose wrote: Vamsi krishna Kilari wrote: Brian, Yup you need to re install rubygems and all the gems required. Thanks, Kilari. http://kilari.co.in Brian Penrose wrote: Do I need to re-install gems

[Rails] Re: how to run linux command in rake file

2008-11-21 Thread Vamsi Krishna
Gabriel Laskar wrote: On Thu, Nov 20, 2008 at 3:06 PM, Vamsi Krishna [EMAIL PROTECTED] wrote: but today_count returns 'true' instead of count. normal, system() return true or false only, not stdout... you can use ``, popen, or code that in ruby. today_count = File.open('oct_10.txt