Displaying 9 results from an estimated 9 matches for "mindaslab".
2009 Oct 11
5
Dojo with Rails
Hello Group,
I am a PHP programmer eager to use Rails. I want to know weather there
is any tutorials on how to use Dojo with Rails? I checked out d-rails
Google Group, it was in mess! It gives me a impression that d-rails is
dead. Is there there any good and possibly easy and reliable way to
use Dojo in Rails?
Regards
A.K.Karthikeyan
2010 Feb 20
6
Captcha Trouble
Hello Rails, I have a problem.
I would like to use captcha in one of my project. When I did try to
install, this is what I got
$ sudo gem install captcha
Building native extensions. This could take a while...
ERROR: Error installing captcha:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb
extconf.rb:1:in `require'': no such file to load -- mkmf (LoadError)
2010 Jan 29
2
errors.add adds "is invalid" if validation fails
Rails, I have problem.
I am validating fields of a class, if validation fails i use the
method error.add "Say something" , but when I test my form by giving a
invalid entry, I get error output as "Say something is invalid" and
not as "Say something". I really dont know where from this "is
invalid" pops in. Any help?
Thanks in advance
Karthikeyan A K
--
2010 May 07
0
Internal Server Error
I often get a web page when ever I try localhost:3000 with the
following message:
Internal Server Error
private method `gsub!'' called for #<Class:0xb6d5d764>
WEBrick/1.3.1 (Ruby/1.8.7/2010-01-10) at localhost:3000
I get this thing after I upgraded to Ubuntu 10.04, is some one facing
this same problem. Is there any fix for this?
Thanks in advance.
--
You received this message
2011 Aug 06
2
No javascript runtime on Heroku
Hello all,
I developed an app using Rails 3.1 and uploaded it to heroku. When I
typed rake db:migrate , I got the following error:
Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs
for a list of available runtimes.
Does heroku support Rails 3.1? They seem to have no Javascript runtime
env''s like nodejs on their machine!
--
You received this message
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
2012 Apr 26
3
SSL error in Ruby on Rails Ubuntu
Hi, I am using Rails 3.x on my Ubuntu machine. Today I ran bundle install
on a project and this is what I got:
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=unknown state:
sslv3 alert handshake failure
An error occured while installing tzinfo (0.3.32), and Bundler cannot
continue.
Make sure that `gem install tzinfo -v ''0.3.32''` succeeds before bundling.
Any
2012 Jun 19
2
Thinking Sphinx Problem
Hi,
I am using *Thinking Sphinx version 2.0.11 *in one of my project. To create
an index I ran* **rake thinking_sphinx:index *and I got the following error
Generating Configuration to /home/saidev/Ubuntu
One/burgundy/ssearch/config/development.sphinx.conf
rake aborted!
At least one field is necessary for an index
Tasks: TOP => thinking_sphinx:index
(See full trace by running task with
2011 Aug 09
5
Sqlite 3 install error on Heroku, Rails 3.1
Hello Rails people.
I tried to push a Rails 3.1 app ( created using cedar stack) to Heroku
and I encountered the following error
Installing sqlite3 (1.3.4) with native extensions Unfortunately, a
fatal error has occurred. Please report this error to the Bundler
issue tracker at https://github.com/carlhuda/bundler/issues so that we
can fix it. Thanks!