Tagged Questions

0
votes
1answer
15 views

Cucumber tests and captcha: how to handle that?

We are considering using Cucumber for testing web applications (not in rails, most of them are asp.net actually). The applications are in production, our main goal is to test if everything is fine …
0
votes
0answers
6 views

Local installation of ruby / rubygems with no root access

Hi, I have a machine at work from wich I'd like to run a script that gathers some information about other machines. I want to do it in Ruby, since it's what I know best, but I've ran into some …
5
votes
13answers
347 views

What’s Your Favorite Feature in Ruby?

Similar questions have been asked for .NET and Java, but not for Ruby. So, what’s your favorite feature in Ruby? You might also be interested in hidden features of Ruby. Please be specific and post …
0
votes
0answers
4 views

Where is the right place to put _changed? methods in Rails?

I have a user model that checks to see if a value has changed before_save (by running User.zipcode_changed?). The idea is that this will queue up a delayed job if it has. Problem is, when I migrate …
0
votes
0answers
6 views

Rails ActionMailer problems on Mac

I've been working on learning to use Rails the last couple days and I've run into something that I haven't been able to solve with Google. So I'm just creating a basic contact form that sends an …
1
vote
0answers
17 views

Given the session key and secret, how can we decrypt Rails cookies?

Hello all. I've got a question about how Rails handles cookie encryption/decryption. I've got this in my config/environment.rb config.action_controller.session = { :session_key => [some …
34
votes
28answers
6k views

Hidden features of Ruby

Continuing the "Hidden features of ..." meme, let's share the lesser-known but useful features of Ruby programming language. Try to limit this discussion with core Ruby, without any Ruby on Rails …
0
votes
1answer
6 views

No colors when using autospec

When I'm using autospec to test a non-Rails Ruby project, I always have trouble getting my tests to show up red or green. When I run a regular 'spec spec/ --color' command I get normal red/green …
4
votes
8answers
142 views

More elegant way to do this in Ruby

I've started with Ruby and am finding new, shorter, elegant ways to write code everyday. In solving Project Euler problems, I've written a lot of code like if best_score < current_score …
5
votes
2answers
112 views

What is not “Least Surprise” in Ruby [closed]

Matz said : I designed Ruby to minimize my surprise. I wanted to minimize my frustration during programming, so I want to minimize my effort in programming. But sometime we get (bad) surprise in …
1
vote
4answers
70 views

How can I improve this ruby code and my use of Hashes?

The point here is to browse the array docfiles and return two arrays (temporary_file_paths and temporary_file_names). I decided to return a Hash, but I feel I could get rid of the 2 temporary arrays …
4
votes
14answers
9k views

sqlite3-ruby gem: Failed to build gem native extension

Update: Check out this follow-up question: Gem Update on Windows - is it broken? On Windows, when I do this: gem install sqlite3-ruby I get the following error: Building native extensions. …
2
votes
2answers
48 views

Concatenating string with number in ruby

I am total begineer in ruby so its very novice question. I am trying to concatenate a string with a float value like follows and then printing it. puts " Total Revenue of East Cost: " + …
0
votes
2answers
24 views

Reading MP3 audio data, or calculating the checksum thereof

Is there a Ruby library that will allow me to either calculate the checksum of an MP3 file's audio data (minus the metadata) or allow me to read in an MP3's audio data to calculate the checksum …
1
vote
2answers
133 views

Is it possible to update model attributes using Ohm and Redis DB is Ruby?

I'm taking a first look at Monk and the Ohm/Redis APIs and I have a simple question. Is it possible to update attributes on model objects using Ohm/Redis? class Event < Ohm::Model attribute …

1 2 3 4 5 414 next
15 30 50 per page