Displaying 20 results from an estimated 2000 matches similar to: "cannot load such file -- openssl (again)"
2012 Jul 23
4
uninitialized constant ActionController::Flash::FlashHash [NameError])
My application, a very simple general ledger, that worked very well until
June 26 does not work any longer. It is used under Ubuntu 12.04 and I
believe there was a Ruby update after that.
What happens?
When I try to start the appIication I get the following output in my web
browser:
ActionDispatch::Session::SessionRestoreError
Session contains objects whose class definition isn''t
2013 Jun 15
3
[HELP] BUILD FAILED while Installing ruby-1.8.7-p371 in mac OS...
Hi ,
I have installed "ruby 1.9.3p429 " already but as per my project required i
want downgrade to "1.8.7-p371"
while tying with the below command i am getting the below error message ,
please let me know how to solve this issue ?
*COMMAND : **rbenv install 1.8.7-p371*
*
*
Downloading ruby-1.8.7-p371.tar.gz...
->
2013 Mar 11
7
Installing Ruby 2.0.0-p0 using Rbenv on Ubuntu 12.04.2 LTS
I am having a problem installing Ruby 2.0.0-p0 using rbenv install on
Ubuntu 12.04.2 LTS. I have clean version of Ubuntu 12.04.2 LTS running on
Virtualbox.
I am getting this error and the build is failing. I think I read that the
new RubyGems requires https.
I have tried rbenv install --with-openssl-dir=/usr/bin, but with no success.
The Ruby openssl extension was not compiled. Missing
2011 Sep 10
1
rbenv and cap deploy
Hi,
I have installed rbenv on my development machine and got it working.
For now I run 1.8.7.
But when I try to do cap deploy i get an error:
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such
file to load -- bundler/capistrano (LoadError)
Doing rbenv rehash does not help
in my deploy.rb:
require
2012 Aug 31
1
after_fork - ActiveRecord::AdapterNotSpecified
Hi all,
I''m fighting with the after_fork hook and my sinatra application. The Sinatra app is using active_record,
In my unciron.rb file I''m using
preload_app true
after_fork do |server, worker|
? defined?(ActiveRecord::Base) and
??? ActiveRecord::Base.establish_connection
End
but I always get the error:
ERROR -- : ActiveRecord::AdapterNotSpecified
2013 Jan 14
9
Need help even generating a new app
I''m having trouble even installing new rails apps. I get to the Bundle
run, and it errors on Json, here''s what my error says. I''m new to ALL of
this, including Terminal commands, etc. Hope someone can help me out.
Runs the Bundler.... then I error out at this:
"Installing json (1.7.6) with native extensions
Gem::Installer::ExtensionBuildError: ERROR: Failed to
2013 Jul 13
4
?include binstubs in version control
I am using rbenv. Just a quick question:
Is it good practice to include binstubs in version control?
I have looked at the binstubs created; they look pretty harmless.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2012 Nov 28
1
Unable to configure Puppet-dashboard using opensource package
Hi
I''m trying to configure Puppet-dashboard after installing Puppet from the
open source package. But there was no issues when using the Enterprise
package.
Do you have any solutions for the below error? I''m trying to configure
Puppet-dashboard.
# rake RAILS_ENV=production db:migrate
NOTE: Gem.source_index is deprecated, use Specification. It will be removed
on or after
2012 Apr 27
14
app error: Socket is not connected (Errno::ENOTCONN)
I''m getting the following errors multiple times per request when using
4.3.0. I do not receive any errors when using 4.2.1. Please CC me on
replies, I''m not subscribed to the mailing list.
16:48:42 web.1 | E, [2012-04-26T16:48:42.733954 #87940] ERROR -- :
app error: Socket is not connected (Errno::ENOTCONN)
16:48:42 web.1 | E, [2012-04-26T16:48:42.734193 #87940] ERROR
2002 Sep 23
2
Trouble with Windows 2000 sp3
Hello,
I work in a development shop where we write code for both Linux and Windows,
and develop on both OS's on a codebase stored on a Linux drive with Samba
shares. Ever since I 'upgraded' my Windows 2000 system to service pack 3, I
have been having trouble compiling my code with Visual Studio over this Samba
connection.
Basically what happens is that Visual Studio reports
2005 Mar 16
2
How to concatenate time series?
Hello,
I have just completed first experiments in using R, especially creating and
using ARIMA models, e.g.
# create a model as in example(arima)
fit <- arima(USAccDeaths, order = c(1,1,1),seasonal = list(order=c(1,1,1)))
# use the model to generate a prediction
dp<-predict(fit, n.ahead = 24)
plot(dp$pred) # view the prediction
Now I created a combined chart of the original and
2004 Jul 13
2
Multithread problem: Writing to a db disables reading from another one
Hi to all,
I have Xapian 0.8.1 installed on a single processor RH9 machine with a custom 2.4.20 kernel.
(I used ./configure without parameters.)
I have followed the recent "threaded test" discussion here, and I have tested the examples:
- Richard Boulton's example with one database, one writer, and three readers (1)
works fine, I only see the expected DatabaseModifiedError.
- Eric
2001 Aug 11
1
2.4.8
Any idea of a timeframe for a 2.4.8 ext3 patch release? I tried patching
the 2.4.8 tree from ext3 CVS, but the kernel source files didn't end up
nice enough to successfully compile.
--
___ ___
/ _ | / _ \ Ari Pollak - ari@aripollak.com - www.aripollak.com
/ __ |/ ___/
/_/ |_/_/ NAVY: Never Again Volunteer Yourself
2004 Jul 19
2
large Xapian index files
Hello Arjen van der Meijden,
on xapian-discuss you mentioned that your Xapian installation has got up to
15 GB database size. Can you tell me about the largest index filesize you got?
According to <http://xapian.org/docs/scalability.html>, it seems that the
quartz database filesize is limited only by the OS and file system. Can you
confirm from your experience that there is no 2GB limit?
2005 Jan 29
4
format question
how can I get a float to always print two decimal places?
Thanks,
Jamie
2013 May 20
2
Unicorn + RUnit Rails Not Killing Old Master
Hi,
I''m deploying Unicorn on a Rails application with RUnit. Technically
I''m using Chef''s deployment tools, if any of you are familiar with it
(https://github.com/opscode-cookbooks/application_ruby) but to be clear
they aren''t doing anything magical, so this is purely an issue with
RUnit and Unicorn.
The TL;DR of the following post, which has lots of
2012 Nov 20
4
Ruby rails rpm package
Hi all,
Somebody knows if exists some rpm package for ruby rails??
Thanks.
2013 Feb 17
5
Where do Gems Live (e.g. CKEditor)
I''m a Rails newbie and I have added the CKEditor Gem which is working
okay. To configure the gem though, you have to edit the config file,
which is also working when I do that. However, when I push to github and
pull to my other computer, the config file is not changed.
This lead me to the following broader question: when you use a gem,
where does the code go and how can you make sure it
2013 Aug 21
3
syntax error, unexpected tRPAREN raised in server log
In my server log, I am seeing this error message that is raised in
activesupport.
2013-08-12T23:06:08.932580+00:00 app[web.2]: SyntaxError
(/app/vendor/bundle/jruby/1.9/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:374:
syntax error, unexpected tRPAREN
2013-08-12T23:06:08.932580+00:00 app[web.2]:
2013-08-12T23:06:08.932580+00:00 app[web.2]: def () value = nil
2013 Nov 26
2
Lustre 1.8 client on EL 6.5?
Hello,
in preparation for CentOS 6.5 I was trying to build Lustre 1.8 client on
CentOS 6.4 updated with 2.6.32-431 kernel.
Seems like recent changes in fs.h
(/usr/src/kernels/2.6.32-431.el6.x86_64/include/linux/fs.h) is causing
problems.
make[5]: Entering directory `/usr/src/kernels/2.6.32-431.el6.x86_64''
cc1: warnings being treated as errors