Ruby is an open-source dynamic object-oriented interpreted language created by Yukihiro Matsumoto (Matz) in 1993.
0
votes
1answer
24 views
Rails: Dealing with child objects on AngularJS
I'm very new to AngularJS and MVVM in general and was looking for the best way to deal with displaying a model that also needs to display a couple of fields from child model objects on the web UI.
At ...
0
votes
1answer
17 views
“Error installing charlock_holmes” : “icu required”
I'm attempting to install charlock_holmes on my Mac (10.7.5, ruby-1.9.3-p392), and I'm encountering the following error:
$gem install charlock_holmes -v '0.6.9.4'
Building native extensions.
This ...
0
votes
0answers
22 views
will_paginate and SEQUEL paging results
I am using sinatra, sequql and postgresql.
So far, I have:
require 'will_paginate'
require 'will_paginate/sequel'
require 'will_paginate/collection'
require 'will_paginate/version'
require ...
2
votes
1answer
58 views
Can I evaluate a block against a Binding object in Ruby?
I'm trying to pass the context in which an exception was raised to an Exception subclass, in order to use this context to generate an informative error message. I recognize that I could pass ...
0
votes
1answer
11 views
Omniauth-facebook is hitting callback twice and failing
This problem has puzzled me for a few days, and I think I've finally narrowed it down. I'm using the Facebook JS SDK to do client side authentication:
FB.login(function(response) {
if ...
0
votes
0answers
17 views
Twitter API: Constantly getting 401 status using Oauth and ruby gem (Timestamp Out of bounds)
im new to ruby and trying to play a bit with Twitters API. I got my keys from twitter dev site and set their permissions to 'read, write and access direct messages'. I then tried to use some code ...
0
votes
2answers
41 views
Executing arbitrary functions in Ruby without the security problems of eval
I have a Ruby on Rails app and I need to add some arbitrary 'functions' to the database. These functions need to receive predefined parameters, perform arbitrary logic and arithmetic, and return a ...
0
votes
1answer
42 views
Multiple mapping of arrays within arrays - Ruby [closed]
I want to go through an array in an array with arrays in those.
The array should contain 5 arrays, and in each of those arrays are five more arrays, the generation of the numbers is fine, but when I ...
0
votes
0answers
7 views
Does the OAuth2 Gem require SSL on an API server?
When attempting to use a client's API endpoint using the OAuth2 gem, I get:
Faraday::Error::ConnectionFailed
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify ...
0
votes
1answer
18 views
Ruby Passenger displays content from public instead of the app
I have a server in the cloud. I've set up a Linux machine with Apache2 + Passenger(with the apache module installed).
I've configured by the book, set up the VirtualHost as the Passenger instructions ...
0
votes
3answers
44 views
Rails - Update action ignores validation
I have an app that has validations password for account creation. However, when a user is updating his password it ignores all validations.
Users Controller
class User < ActiveRecord::Base
...
0
votes
1answer
39 views
Getting Started with Programming/scripting [closed]
I am really hoping that someone can answer some questions for me. I am trying to start learning to programming and don't exactly know where to start. I have narrowed down my choices for ...
-4
votes
0answers
38 views
How do I create a MySQL database for a Rails application? [closed]
I am trying to build a simple web application using Ruby on Rails to teach myself how to code a free project for learning.
This is my first time creating a relational database and trying out OO ...
-2
votes
1answer
45 views
Check order of words in a string [closed]
Are there any ruby methods/algorithms available for checking order of words in between two strings .
Str 1 : Lorem Ipsum
Str 2 : Lorem Dolo Ipsum
Alternatively :
Str 2 : Lorem Ipsum Dolo
Or
Str ...
0
votes
2answers
28 views
How come I am unable to delete elements from my database?
This is a list that the user has made, and the destroy method in the Tracks controller (Each track refers to each element in the list) deletes them once the link is clicked. However, this does ...
0
votes
0answers
12 views
Fixture data remains in DB with transactional fixtures
Using Rails 3.2.13 and Test::Unit (actually implemented by MiniTest, if I understand right), I'm seeing fixture data remaining in the database after running the tests. I'm hoping there's a way to set ...
0
votes
0answers
10 views
Prevent gem pushes to RubyGems
NPM has the ability to prevent a gem from being published. Is there a way to do the same thing and prevent a gem from being accidentally published to rubygems?
0
votes
1answer
29 views
Deleting DB entries in PostgreSQL seems to go into infinite loop
I am recording tracks with GPS and send thos to my Postgre DB, then I want to delete the leading and trailing measurements where speed = 0. I tried it like this:
while track.measurements.last.speed ...
-1
votes
0answers
43 views
what is this syntax in Ruby spec, my first time to see it [closed]
Mine is a two-part question:
How do the methods ohio and iowa function?
If ohio and iowa are methods, how's ruby declaring them since we normally create methods through def methodName?
hello.rb
...
1
vote
1answer
29 views
Is it possible to use scalatra's unquoted HTML literal string syntax in sinatra?
I would like to use this style in sinatra:
get("/") {
<html>
<body>
<h1>Hello, world!</h1>
Say <a href="hello-scalate">hello to Scalate</a>.
...
0
votes
0answers
35 views
Need help building a rails query
I have a model called CampaignOutfit, whos rb file looks like so:
class CampaignOutfit < ActiveRecord::Base
# attr_accessible :title, :body
belongs_to :campaign
belongs_to ...
0
votes
1answer
55 views
Rails: problems performing 'split' on string
When creating a new entry for my "question" object, my code works fine.
However, using various methods, I can't get the edit route to submit to def update correctly.
After a lot of head-scratching, ...
-6
votes
0answers
24 views
Implementing drop down menu in ruby on rails? [closed]
I want to make 2 drop downs, where first drop down would list the name of the states.Lets say, for Eg: The user selects Florida. On his click, the User should see another drop down (listing the cites) ...
0
votes
0answers
10 views
Using fields with reserved keywords (soap4r)
I'm trying to use NetSuite's SOAP based API which provides this WSDL.
It contains some fields with the element name "class". Since this is a reserved keyword, the wsdl2ruby.rb script replaces that ...
4
votes
1answer
29 views
Multiple Ruby apps(rails and sinatra) deployed on passenger for nginx
I have two ruby apps(once rails and another is sinatra), How can I deploy these both app in nginx + passenger with one in the root(localhost:3000)? and another on subroot(localhost:3000/test).
Rails ...
0
votes
0answers
14 views
Ruby tenant specific class method execution
I am developing a multi-tenant Ruby application which needs to implement a tenant specific web API client. We want to exchange similar data through RESTful web services with various clients who may ...
1
vote
2answers
30 views
Trying to open .gitignore to edit it in text editor but cannot find location of file on OS X Mountain Lion
I created a new rails app using "new app_name" and I'm trying to edit the .gitignore file but can't find it in my app folder. Where can I find it? I have Git installed.
0
votes
1answer
22 views
How do i get the same object with a class in SCSS?
I have this code:
input[type="text"] {
color: red;
.blue {
color: blue;
}
}
That gives me this
input[type="text"] {
color: red
}
input[type="text"] .blue {
color: blue;
...
1
vote
0answers
17 views
Ruby Marshal dump format/bad symbol error
We are using Marshal to dump file after each successful test. We are reading this file while executing the test. This file is used in Cucumber and rspec tests. Cucumber test run okay first time when ...
1
vote
2answers
55 views
Modifying regex matches in replacements
I'm trying to match some strings in a text file with a regex, and then modify all places where the pattern is found. It's like a search and replace, but I'm trying to replace with a modified version ...
0
votes
1answer
22 views
Bootstrap Sidenav Style
Im working on a ruby app and i am trying to make a sidenav that looks exactly like the one used on the official bootstrap website as seen here:
My code for the sidenav:
.row-fluid
.span3
...
0
votes
1answer
27 views
Update multiple records using one form
I have a following situation: user has multiple assets and each asset has one asset_detail record.
Models:
class User < ActiveRecord::Base
has_many :assets
end
class Asset < ...
0
votes
0answers
21 views
Keeping a Ruby Service running on Elastic Beanstalk
I have been looking for a while now on setting up worker nodes in a cloud native application. I plan to have an autoscaling group of worker nodes pulling jobs from a queue, nothing special there.
I ...
1
vote
4answers
69 views
How do I distribute elements in an expression?
Given an expression:
(A OR B) AND (C OR D) AND (X OR Y OR Z)
I need to distribute and generate combinations ACX, ACY, ACZ, ADX, ADY, ADZ, BCX, BCY, BCZ, BDX, BDY and BDZ. We have a UI which is used ...
0
votes
1answer
13 views
Difference between timeout and connect_timeout options on Ruby Mongo driver
We need to set a timeout value when connecting to Mongo via Ruby. We're on Mongo 2.2.
Should we use :timeout or :connect_timeout? We see code snippets using both options here on SO and elsewhere. ...
1
vote
0answers
27 views
How do I cache a personalised fragment in Rails 4?
My app (Rails 4) allows users to vote on posts. Is it possible to cache the post, but personalise the vote cache so it shows one personalised for current_user? For example, whether the user voted or ...
0
votes
1answer
22 views
Rails issue starting server on Mountain Lion “[BUG] Segmentation fault ruby 1.8.7 (2012-02-08 patchlevel 358…”
I'm really new to coding so please pardon my inexperience.
I'm following Michael Hartl's tutorial, and I'm stuck on the part where you're supposed to make a server.
The instruction is to simply type:
...
0
votes
1answer
7 views
Hiding console when running an Ocra executable?
I have successfully made an executable using Ruby's Ocra gem, however, when I run the executable the console displays along with my program. Is there any way to hide the console on launch?
Any help ...
0
votes
0answers
17 views
How make “ActionView::Helpers::UrlHelper#current_page?” works with request method?
I have menu with current page highlighting items, implemented via current_page? method
def cp(*paths)
'current' if paths.any? { |path| current_page?(path) }
end
Menu items look like this
...
2
votes
2answers
40 views
Error trying to run Selenium with IE 8
I am getting the following error:
Unable to find standalone executable. Please download the IEDriverServer from http://code.google.com/p/selenium/downloads/list and place the executable on your ...
2
votes
3answers
51 views
Why is hash recursion faster than lambda recursion?
I found two different solutions on StackOverflow for calculating a Fibonacci number. One uses a lambda, like so:
f = ->(x){ x < 2 ? x : f[x-1] + f[x-2] }
f[6] # => 8
The other uses a Hash:
...
0
votes
1answer
29 views
How to access two same classes in ruby on rails
I have class called Configuration that is called in my controller. Instead of instantiating my Configuration class, it is trying to instantiate a ActiveSupport::Configurable::Configuration.
How can ...
1
vote
1answer
67 views
Why does repeated JSON parsing consume more and more memory?
It seems that parsing the same JSON file over and over again in Ruby uses increasingly larger amounts of memory.
Consider the code and the output below:
Why isn't the memory freed up after the ...
0
votes
0answers
18 views
How do i fill holes up in Sketchup using their ruby API
So far my code only locates the local positions of the hole vertices. When i make these into a face using a common method, the face is displaced a certain value away from where it should be. Feel free ...
0
votes
0answers
27 views
Extending Ruby derrived class with Rice
I have a library I'm developing in C++ using Rice and Ruby. I've packaged it as a gem using the C Extensions guide on RubyGems. This works very well, until I get to a specific issue with class ...
0
votes
0answers
20 views
Ruby on Rails: Got error for application.js file, Sprockets::FileNotFound in Pins#index
Sprockets::FileNotFound in Pins#index
Showing /Users/Paris/code/omrails/app/views/layouts/application.html.erb where line #6 raised:
couldn't find file 'jquery.masonry.pkgd.js'
(in ...
2
votes
0answers
25 views
Cancel Rails DB connection
I am writing an app that uses Server Side events with ActionController::Live. It is using the puma app server. A method in the Messages controller stays alive while the user is connected waiting for ...
0
votes
4answers
72 views
Ruby on Rails — Updating partial with new values with javascript?
I would like to refresh a partial in Rails every time a link is clicked, but it doesn't seem to be doing anything.
Can someone spot the error?
New Edit:
index.html.erb
<% @users.each do ...
0
votes
0answers
23 views
How to use Elasticsearch using tire gem?
I am implementing Elastic search for searching users and their friends in my project. I am able to successfully search users but not the friends. Below I am pasting relevant portion of my User model, ...
0
votes
0answers
26 views
Check a placeholder with cucumber
I'm running few test with cucumber and I'm trying to test if there's actually a placeholder on my input.
This is what I've got (from this page : link)
page.has_selector?(:xpath, ...
