Tagged Questions
Ruby is an open-source dynamic object-oriented interpreted language created by Yukihiro Matsumoto (Matz) in 1993.
9
votes
0answers
218 views
does eventmachine issue close_notify on close_connection if tls_start was run?
i am trying to program simle ftps server based on eventmachine
control socket works properly. when using data socket for data transfer, seems that everything works well (tls handshake completes ...
7
votes
0answers
297 views
screenshot of specific dom element using ruby
Is there a way to do this http://casperjs.org/api.html#casper.captureSelector using capybara+phantomjs. Or perhaps, more complex, crop a full page screenshot to the specific dom element?
6
votes
0answers
89 views
Sidekiq current Celluloid Actor
I need to access the current celluloid actor inside of my Sidekiq worker, but I don't see a way to do that.
Whenever I try to call:
Celluloid::Actor.current
I get an error: not in actor scope
I ...
5
votes
0answers
247 views
Resque and New relic
I've started getting strange errors with New Relic and resque
INFO : Starting Agent shutdown
ERROR : undefined method `write' for nil:NilClass: Unable to send data to parent process, please see ...
5
votes
0answers
632 views
ActiveRecord::ConnectionNotEstablished error (eager loading?)
I'm developing on OSX and deploying on Linux. My environments are:
Development:
OSX Lion
Ruby 1.9.2p180
ActiveRecord 3.0.9
PostgreSQL 9.0
Test:
Ubuntu Server 11.04
Ruby 1.9.2p290
ActiveRecord ...
4
votes
0answers
240 views
Connect to Microsoft Push Notification Service for Windows Phone 8 from Ruby
We are developing a WP8 app that requires push notifications.
To test it we have run the push notification POST request with CURL command line, making sure that it actually connects, authenticates ...
4
votes
0answers
1k views
jRuby, gems with C extensions
Does anyone has the same error with jRuby? When I trying to install gem with C extension I have the next error:
gem install serialport Building native extensions. This could take a
while... ...
4
votes
0answers
314 views
STDIN and Powershell - How do I make the encoding match?
I have a problem with Ruby (1.9.3) and Powershell.
I need to write an interactive console app which will deal with sentences in the Polish language. I've been helped out and can retrieve ARGV ...
4
votes
0answers
641 views
god doesn't stop unicorn
I have this file
rails_env = ENV['RAILS_ENV'] || 'development'
rails_root = ENV['RAILS_ROOT'] || "/home/luiz/rails_dev/api"
God.watch do |w|
w.name = "unicorn"
w.interval = 30.seconds # default
...
4
votes
0answers
218 views
Ruby Net::FTP Special Chars in Filenames
I am trying to get a file from a server which has (in this case) a comma at the end of its name.
#sc is my ftp connection, tmp is a Tempfile
sc.getbinaryfile(fname,tmp.path)
which gives me an ...
4
votes
0answers
901 views
Save PDF file shown by PDFKit middleware (Solution)
If somebody is interested in saving the pdf file in the filesystem which is shown by PDFKit middleware gem.
Then here it is...
1. Override the 'call' method of middleware.rb file.
2. In overriding ...
3
votes
0answers
24 views
Any performance disadvantages of GC.disable?
Are there any circumstances where GC.disable can degrade performance? Is it ok to do, so long as I'm using real RAM rather than swap memory?
I'm using MRI Ruby 2.0, and as far as I can tell, it's 64 ...
3
votes
0answers
45 views
How to make Bundler recognize location declarations of indirect dependencies?
I am working on a small team and have developed several gems for internal use. These gems are variously interdependent and are hosted on my Github account. When I declare dependencies on these gems, ...
3
votes
0answers
76 views
Questions about calabash-android support in Android Studio: Ruby, Editing features and steps, Launching tests
I'm working with Android Studio on Windows 7, 64 bit. I'm a noobie on Android Studio (or any Intelij IDE).
I downloaded and installed Ruby 1.9.3, The Ruby DevKit and calabash-android and I can ...
3
votes
0answers
58 views
Kernel#open with a passed in File object
I'm trying to debug/diagnose some strange behaviour, and hoping someone can have some insight for me. This is in Ruby 1.9.3.
We've got some code that opens an uploaded file to determine its MIME ...
3
votes
0answers
54 views
gem install fails with “ruby: invalid option -H (-h will show valid options) (RuntimeError)”
running gem install ffi on OSX Mountain lion yields the following error.
gem install ffi
Building native extensions. This could take a while...
ERROR: Error installing ffi:
ERROR: Failed to ...
3
votes
0answers
54 views
how to connect to Twilio API with ruby
Sorry this is a very basic question so it should be easy to answer!
Using ruby and sinatra, I am trying to connect, via the api, to get details of my calls. The prescribed way to do this by twilio ...
3
votes
0answers
145 views
Save images from a website
How can i save website images with watir, without reloading them with open-uri or similar?
I: The reason why i can't use
File.open(file_name, 'wb') do |f|
f.write ...
3
votes
0answers
46 views
Data modified when passing to C from Ruby using NUM2LL and NUM2INT
I have a C module that I am testing with Ruby test by extending ruby with this piece of C code. Any number above 2 ** 24 -1 is being modified. I need to pass 64-bit values back and forth between Ruby ...
3
votes
0answers
68 views
Get pry to display characters like [äöüßÄÖÜß] (utf-8 encoding)? (Possibly Windows-specific issue?)
[All the scripts I'm working with with these German characters are in UTF-8 themselves, have #encoding: utf-8 at the top (and Encoding.external_default = 'utf-8', not that that's really relevant I ...
3
votes
0answers
61 views
Gem does not load over config.ru
I have my own gem "RocketRuby". I loaded it in irb and it worked loading it. In earlyer versions I had it also in my config.ru and it worked.
Now I compiled it again and installed it again. Then ...
3
votes
0answers
101 views
Deferrable vs callback interface
What are benefits of using Deferrable instead of callbacks. Small example.
# This is Deferrable interface
request = NetworkIO.get
request.callback do |resp|
puts "Job is done"
end
request.errback ...
3
votes
0answers
223 views
A child browser window closing itself apparently breaks Watir-webdriver's link to the parent window?
In Chrome, using watir-webdriver, I click a button that opens a child browser window.
I do:
@browser.window(title: 'Child').use
I successfully interact with various items in that child window.
...
3
votes
0answers
185 views
Why does [1,2,3,4,5].each {|n| puts n } generate an rspec Coverage Report (!)
I made a typo. I meant to type this:
[1,2,3,4,5].each {|n| puts n}
But I typed this:
[1,2,3,4,5].each n { puts n }
I got:
Coverage report generated for RSpec to /home/...
The result from ...
3
votes
0answers
512 views
“Name or service not known (SocketError)” error when runs in many threads
I have made a program that parses text file and download data in parallel. When runs download method in 9 or less threads, the program doesn't have error. But when runs the method in 10 or more ...
3
votes
0answers
115 views
Newline gets prepended when sending form with Capybara
I have this test in a Rails app, using Capybara:
within "#register" do
fill_in "Biography (optionnal)", :with => "Hello world!"
end
click_on "Save"
# Check that form is repopulated with old ...
3
votes
0answers
70 views
Including Shoes in Shoes package
I've been having a problem with including Shoes in a Shoes app for Windows. The Packager tool wokrs perfectly when i don't ask to include Shoes in the app : I get a .exe that, if launched on a ...
3
votes
0answers
102 views
Feedback on Ruby / ChefSpec coding style
I'm rather new to Ruby, but I have been doing a lot of research on Chef testing for the past two weeks. This test uses ChefSpec & Fauxhai, but it doesn't look very "ruby-ish" and I was hoping the ...
3
votes
0answers
132 views
Ruby Threads with Watir
I have several classes written that govern how I want to handle several websites, with similar methods in both (ie. login, refresh). Each class opens up its own WATIR browser instance.
class Site1
...
3
votes
0answers
108 views
how to halt from inside stream block in sinatra?
I am trying to respond with a HTTP error code from my streaming block, but the web server throws an exception. what is the proper way to do it in this context?
...
3
votes
0answers
102 views
Verifying signature of non-hashed data with Ruby OpenSSL
I have an RSA public key, some data and a signature of that data. I need to verify the signature. However, the signature is not of a digest of the data, but of the entire data. (The data itself is ...
3
votes
0answers
42 views
_mysql_init not found when using DataMapper
I've got a simple mysql table
% mysql -u rampion dev -e 'describe person'
+-------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra ...
3
votes
0answers
2k views
Unable to install OpenSSL package with RVM on Mountain Lion
I'm setting up RVM, Rails, etc., on a clean install of Mountain Lion.
I am following the guide "How to Install Xcode, Homebrew, Git, RVM, & Ruby 1.9.3 on Snow Leopard, Lion, and Mountain Lion".
...
3
votes
0answers
122 views
Installing binaries on Heroku, specifically FontCustom
I'm building a web app on Heroku which will allow users to select n number of SVG icons, and package those icons into a font file for them. The core of the app is a project called FontCustom. Using a ...
3
votes
0answers
226 views
Capybara Connection Refused
I am using Capybara with Selenium in Ruby (not within a testing framework.)
If I open a ruby console and run the method, it works, but if i then run the same method again I get this error.
...
3
votes
0answers
95 views
execute a Thor task located in a bundled gem
I have a gem, my_gem, that has thor as a runtime dependency. I have a subclass of Thor located in the gem at:
lib/tasks/task.thor
from the gem's source directory I can run:
bundle
thor ...
3
votes
0answers
178 views
SyntaxError at octopress image_tag plugin when generating blog
I use octopress for my technical blog. I updated my octopress codes from official octopress repo, and I get an error like that when I run rake generate:
|1.9.3-p194| home in ...
3
votes
0answers
131 views
Stack trace from javascript error from therubyracer / v8 in rails 3
I am running some javascript inside a rails 3 app using therubyracer and v8
If anything goes wrong, the error message gets sent to me via email through the usual rails 3 exception notification ...
3
votes
0answers
219 views
EventMachine and em-websocket - reading from a queue and pushing to a channel
I'm using eventmachine to read from a HornetQ topic, push to a Channel which is subscribed to by EM websocket connections. I need to prevent the @topic.receive loop from blocking, so have created a ...
3
votes
0answers
135 views
RVM is removing /usr/bin from my PATH
Help?
I just recently uninstalled rvm:
rvm implode
then reinstalled it:
curl -L get.rvm.io | bash -s stable
Unfortunately, now when I try to run most (not all) rvm commands, it removes /usr/bin ...
3
votes
0answers
326 views
Monitoring resque with monit with RVM
I previously had Monit monitoring resque with the following Monit script
check process resque_worker_production_QUEUE
with pidfile /var/tmp/resque_production.pid
start program = "/usr/bin/env ...
3
votes
0answers
133 views
Rails Engines: When to put code in app, when in lib, and when in vendor folder?
Hey dear fellow coders
I'm developing a Rails engine, and so I've taken some looks on existing ones. I noticed that many of them have files in app, but also in lib and vendor.
It's clear to me that ...
3
votes
0answers
411 views
Install devkit for pik-installed Rubies
I've installed two rubies using pik, but I haven't installed any rubies outside of pik.
When I choose a Ruby using pik, and then try to set up devkit, no binaries are added to the generated ...
3
votes
0answers
71 views
How to configure queue_classic logging
I couldn't find anywhere a solution on how to make queue_classic write logs to a file. Scrolls, which Queue_Classic uses for logging, doesn't seem to have any example either.
Could someone provide a ...
3
votes
0answers
298 views
How to handle a character encoding exception in Ruby 1.9.3 CSV class?
Before ruby 1.9.3 I was able to ingest rows containing characters with incorrect encoding using Ruby's CSV library:
require 'csv'
CSV.open('file').each |row|
... #deal with wrong encoded ...
3
votes
0answers
170 views
Jade-style blocks in Ruby templates (Haml?)
is there any template engine in Ruby which supports something like Jade extend and block (https://github.com/visionmedia/jade#template-inheritance)? This is an awesome feature, compared with the ...
3
votes
0answers
654 views
How to restrict access to activeadmin dashboard when using single user model for app and CMS?
I'm using single User model for adtiveadmin and application itself. I've found a solution to restrict access to activeadmin's model pages using CanCan and rolify. Note that in the example above they ...
3
votes
0answers
179 views
C1 or C2 coverage tool for ruby
Is there any tool for C1 or C2 code coverage for Ruby (1.9)? SimpleCov supports only C0, but maybe there is another tool.
I'm aware that a similar question has been asked here, but it was a couple ...
3
votes
0answers
169 views
Generate yaml node anchors and references programmatically
I need to generate this yaml programmatically in Rails:
foo: &foo
x: 1
y: 2
bar:
<<: *foo
z: 3
which when it's parsed should give this hash:
output = {
:foo => {
...
3
votes
0answers
204 views
Why is my middleware leaking memory?
I've forked the rack-timeout gem so I could add some features -- namely, catching the incidents of timeouts, logging them, and sending a 503.
Here's my fork.
Here's the Rack app/middleware in my ...