[Rails] `load_missing_constant': uninitialized constant Rails::Railt

2010-07-30 Thread Amit Jain
ion/config/../vendor/rails/railties/lib/initializer.rb:307:in `each' ... 11 levels... from /usr/lib/ruby/gems/1.8/gems/rcov-0.9.8/bin/rcov:511:in `load' from /usr/lib/ruby/gems/1.8/gems/rcov-0.9.8/bin/rcov:511 from /usr/bin/rcov:19:in `load' from /usr/bin/rcov:19 Please hel

[Rails] Recaptcha accepting one word out of two

2010-07-22 Thread Amit Jain
Hi , I am a bit confused about how recaptcha works. I have implemented it using ROR. Sometimes even if i specify only one word out of two, it returns true while sometimes it fails. I am really confused and not able to understand the behaviour of recaptcha. Please help me. Thanks Amit Jain

[Rails] how to do url rewriting

2010-07-16 Thread Amit Jain
Hello, I am Amit. i am new to Rails. Please forgive me if ask any stupid questions. I have gone through this article. I am also suffering with the same problem. my website URL like this: http://127.0.0.0:3000/users/edit/30 I don't want to show the controller:users and action: edit. I want to R

[Rails] i do not want to change my site url through out site

2010-07-16 Thread Amit Jain
Hi, I am new in ROR. my current url is like: http://rails-forum.com/profile.php?action=change_pass&id=41665&key=DIa6MR9n but i want to show this url like: http://rails-forum.com/ through out site even we click any link on the site. Please help me. How can i do this in ROR. Than

[Rails] how can i hide controller and action name in url

2010-07-15 Thread Amit Jain
Hi All, I am new in ROR. I want to hide controller and action name from url. exp. my current url: http://localhost:3000/triggers/index/amit123 expected: http://localhost:3000/amit123 remove controller(trigger) and action(index) name from url. please help me. Thanks Amit Jain

[Rails] Image croping with Ruby on Rails

2010-07-14 Thread Amit Jain
Hi All, I am new in ROR. I want to implement Image cropping with Ruby on Rails. please help me how can implement and where can i find the code. Thanks Amit -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rai