Search Discussions
-
Is there a more efficient way of coding this? before_filter :f1, unless: :test? before_filter :f2, only: :show, unless: :test? I don't want to call test? twice as it is not trivial. Colin -- You ...
Colin Law
Aug 29, 2015 at 2:09 pm
Sep 1, 2015 at 7:40 pm -
I am building an expense tracker application and I am in middle of data modelling. I have a Users table. Each user will log his expenses with expense type and income with income type. So I need to ...
Pradeep Achuthan
Aug 19, 2015 at 5:06 am
Sep 1, 2015 at 2:34 am -
I am trying to create a like and dislike function inside rails for that I am using lin_to helper to pass params but there is an issue when ever someone tries to copy paste the links it updated the ...
Nilay singh
Aug 10, 2015 at 7:37 pm
Aug 16, 2015 at 8:43 am -
Hi there everyone, I have a tradicional "Party/Role Model" in my app: - *Party* ( an organization, a person, etc) - *PartyRelationship* ( One or more relationships between parties. They can have ...
Leandro França
Aug 22, 2015 at 8:59 pm
Aug 26, 2015 at 11:10 pm -
Dear All, I am doing volunteer work for numerous groups using different Rails versions, different Ruby versions, different database sources, and different gem versions. Everything was going fine, ...
Elizabeth McGurty
Aug 9, 2015 at 2:58 am
Aug 11, 2015 at 3:11 pm -
My website at www.lonestarcomedy.co.uk needs some work and the origianl developer is no longer available. It is set on Heroku and the language is Ruby On rails. -- You received this message because ...
Lonestar
Aug 16, 2015 at 1:36 pm
Sep 7, 2015 at 1:55 pm -
Is anyone here using Docker for Ruby on Rails? I've been boning up on Docker due to the promise of being able to reset Ruby on Rails instantly. (It takes a few minutes to destroy and rebuild my ...
Jason Hsu, Ruby on High Speed Rails
Aug 19, 2015 at 5:31 pm
Aug 19, 2015 at 11:42 pm -
I need Fetch data form Google API. i have doubt in this field "PATH_TO_KEY_FILE" Can i give the value of https://www.google.com/analytics/web/?hl=en#home/a58698159w93898733p97832053/ to ...
Daynthan Kabilan
Aug 11, 2015 at 10:21 am
Aug 11, 2015 at 4:36 pm -
I've been wrestling with database normalization and the "Rails Way" and I wanted to get peoples opinions as to if there's a best practices guide to how to do it. Here's some background: Let's assume ...
Scott Goci
Aug 17, 2015 at 5:26 am
Aug 19, 2015 at 3:58 pm -
5
[Rails] How to preserve the session id whether the http request header contains 'Pragma'='no-cache'.
The new session id is created when the http request header contains 'Pragma'='no-cache' on our RoR environment. Our goal is that the session id is preserved if the http request header contains ...Hiroto Mukouhara
Aug 4, 2015 at 5:40 am
Aug 7, 2015 at 8:42 am -
Hi, I am new to Ruby on Rails. I am practicing problems to better understand coding. I understand the logic but I am not able to put in proper codes. Could someone please solve the following problem ...
Dhaval Bhatt
Aug 4, 2015 at 2:56 am
Aug 6, 2015 at 10:03 pm -
Random issue with my ruby on rails application out of the blue. I'm getting a 501 error each time a user tries to submit the form. This error does not occur when I'm running the app locally, it only ...
Sanoy
Aug 2, 2015 at 6:11 am
Aug 3, 2015 at 11:57 am -
Hi all, I am very new to the rails framework and also web programming in general. I am currently planning to work on a personal brochure site which has a simple blogging feature. It is going to be ...
Lawrence Pan
Aug 1, 2015 at 4:18 am
Aug 1, 2015 at 2:45 pm -
I am implementing strategy pattern in Rails where I have Models like User, Item, Category and need to recommend items for the users depending on various algorithms (strategies) that user selects in ...
Venu madhav chitta
Aug 30, 2015 at 7:16 am
Aug 31, 2015 at 11:16 pm -
Hi friends , I am modifying virtualX open source application. I wanted to introduce new functionality that is uploading questions from .csv file and storing those questions to the database. I am very ...
Iampraveennarahari
Aug 24, 2015 at 8:27 am
Aug 28, 2015 at 2:39 pm -
Hi guys, I got a small problem. I want to give a text_area a default value. The default value is a range of numbers, seperated with a comma. So the first thing which is given is a String that looks ...
Quake Live
Aug 19, 2015 at 12:19 pm
Aug 22, 2015 at 7:06 pm -
4
[Rails] Getting "Could not find gem 'rack (~> 2.x) ruby'" error while running bundle for Rails 5 app
I have 5 Rails 5 "canery apps' that in the past run bundle cleanly, but yesterday things changed. I have two repos (rt_demo_app5, rt_first_app5) that have run bundle cleanly (after adding rack master ...Al Snow
Aug 21, 2015 at 4:09 pm
Aug 21, 2015 at 8:28 pm -
Hi All, Our client wants to downgrade our e-commerce website from Ruby 2.1.6 to Ruby 1.8.7. I know this makes no sense. But when we got the requirement to do the website, we developed using the ...
Moses JJS
Aug 20, 2015 at 4:21 am
Aug 21, 2015 at 7:24 am -
notice.rb: has_one :active_comment_relationship, class_name: "Commentrelationship", foreign_key: "commenter_id", dependent: :destroy has_one :supernotice, through: :active_comment_relationship, ...
Bazley
Aug 2, 2015 at 8:15 pm
Aug 3, 2015 at 12:03 am -
I am using rubyinstaller-1.9.3 version and railsinstaller-3.1.0 during the installation in my command prompt i am getting an error as: "could not find a valid gem 'rails' unable to" unable to ...
VINUTHA REDDY B
Aug 25, 2015 at 9:54 am
Sep 5, 2015 at 4:02 pm -
Hi guys, I've got a Rails app that is dependent on a Rails Engine to function. I would like know how to deploy such an app to Heroku and especially if there's somebody who has made a tutorial. Thank ...
L. Johan Nissen
Aug 30, 2015 at 12:07 pm
Aug 31, 2015 at 4:02 pm -
Hello! Somewhere I read it's better to integrate Bootstrap with Rails via Bower rather than as gem. What do you think? -- You received this message because you are subscribed to the Google Groups ...
Askar
Aug 26, 2015 at 1:36 am
Aug 26, 2015 at 8:28 pm -
Hi all, I am new to ROR concepts where to get detailed tutorial for web development using Aptana rad rails (OS-- Windows) pls provide some suggestion reg d same -- You received this message because ...
Sathy Nithi
Aug 24, 2015 at 8:27 am
Aug 24, 2015 at 8:46 pm -
I have uploaded the csv to s3 with rails, but the issue is, that the file have arabic names, so when i open that csv file directly from s3 console, its showing the arabic names as gibberish, i have ...
Amtest
Aug 20, 2015 at 11:03 am
Aug 24, 2015 at 6:09 pm -
Hi everyone, I am trying to install pgsql gem, but I have some strange encoding issue when trying to install. Whole app have just been migrated (mv) from windows environment to Linux environment, but ...
Alan Kis
Aug 19, 2015 at 7:16 pm
Aug 24, 2015 at 7:10 am -
Want to know if we can Ruby and SP in the same machine. ? Requirement: Ruby application needs to update SharePoint resources (folder and lists) using REST API webservices calls. Is it possible? ...
Raksha Shetty
Aug 19, 2015 at 9:12 pm
Aug 21, 2015 at 11:25 am -
Hi, In our rails 3.2 application, we have configured, config.time_zone = 'London' config.active_record.default_timezone = :local And in postgresql also configured timezone as "Europe/London". For the ...
Shanmugavel A
Aug 16, 2015 at 9:44 pm
Aug 17, 2015 at 5:08 pm -
Hi, I have bug solving one new project. Here already used jcloud-rails gem for showing the word cloud. I need to get word cloud each data. Any one let me know how to get word cloud each data in our ...
Daynthan Kabilan
Aug 14, 2015 at 1:56 pm
Aug 14, 2015 at 2:47 pm -
caught RestClient::SSLCertificateNotVerified: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed: -- You received this message because you are subscribed ...
venkata sai Reddy
Aug 5, 2015 at 5:36 am
Aug 8, 2015 at 5:01 pm -
Hi Everyone, In one of my controller actions, I am using data_sent = ActiveSupport::JSON.decode(request.body.read) to get the JSON object sent to this controller via request that has the ...
Panayotis Matsinopoulos
Aug 7, 2015 at 3:08 pm
Aug 8, 2015 at 12:49 pm -
The subject is precise. I'm new to Ruby on Rails but I am learning everyday. Also I am a php programmer and I have my own host I am wanting to deploy to. Does anyone have any links or advice on using ...
Dsloan Media
Aug 6, 2015 at 4:08 pm
Aug 8, 2015 at 6:31 am -
I'm trying to connect my Rails app to MariaDB cluster. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" ...
Kengsreng Tang
Aug 26, 2015 at 10:27 pm
Aug 27, 2015 at 3:01 pm -
hello, im new to learning ruby, does anyone know if you can use a tablet to run ruby or do you need a computer to run it? -- You received this message because you are subscribed to the Google Groups ...
Jason Weber
Aug 26, 2015 at 6:59 pm
Aug 26, 2015 at 8:40 pm -
Hi, Is there any way that I can Update column value of another table when saving form data of another model. For example: I have two models model A and model B. Both of them have one to many relation ...
Milley Duke
Aug 24, 2015 at 9:59 am
Aug 24, 2015 at 8:39 pm -
I want to protect certain images from download. Only authorized users would be able to download them. As I upload images with Carrierwave, they are stored inside public/uploads/image. Users can ...
Ragesh R.
Aug 22, 2015 at 9:46 am
Aug 22, 2015 at 7:08 pm -
Hi, Is there any way to insert data when form is saved into another table. Say for example: I have membership table which already contains some data and have column names as 'no_of_users_added', ...
Milley Duke
Aug 21, 2015 at 10:46 am
Aug 21, 2015 at 9:01 pm -
Hi, I am new to ruby on rails development. Please excuse me if my question is too obvious. I am trying to upgrade from rails 3.0 to 3.2. I am stuck at a point. I am running into this following ...
Chaitanya Ralladoddi
Aug 20, 2015 at 1:20 am
Aug 21, 2015 at 5:28 pm -
Hello, I use RabbitMQ to transfer information from one component to another within my system. I have written a rake task which sets up the RabbitMQ client (the Bunny gem), then sets up a blocking ...
Tyler DeWitt
Aug 7, 2015 at 8:38 pm
Aug 21, 2015 at 2:30 pm -
Hey all, I have quite some interesting time attempting to get my first server up with the instructions posted on the main ruby on rails page, but without success. I was hoping someone could point me ...
Richard Lalancette
Aug 20, 2015 at 1:04 pm
Aug 20, 2015 at 3:43 pm -
Hi, Can someone explain to me why is this behaviour please? The code below only works if I reload the page. It does not work when the page is loaded through a link. I imagine that part of the problem ...
ITF-tkd
Aug 19, 2015 at 11:08 pm
Aug 20, 2015 at 11:38 am -
Hey! I am new to this. Everything was fine while learning locally. I just contracted a web hosting plan that has Ruby on Rails features. I made my app, installed my gems, etc. The problem is I can't ...
Alexandru Fangli
Aug 18, 2015 at 2:33 pm
Aug 19, 2015 at 1:11 am -
In my Rails 3.2 setup I had the following middleware: module Rack class Locale def initialize(app) @app = app end def call(env) request = Rack::Request.new(env) params = request.params cookies = ...
Powi
Aug 17, 2015 at 12:51 pm
Aug 18, 2015 at 6:07 am -
Hey everyone, I've got two models: Admin and CallCenter. An Admin may belong to a CallCenter (the field is nullable). To keep history, Admins and CallCenters have a deleted field with, for both of ...
Kévin Lesénéchal
Aug 8, 2015 at 3:23 pm
Aug 9, 2015 at 8:54 am -
Okay so I want to make some rails apps, simple blogs and stuff to learn how to make websites etc. But I hear Windows is hell for rails to work on. Should I move my desktop over to Ubuntu or some ...
Liam O'Donnell
Aug 8, 2015 at 6:58 am
Aug 9, 2015 at 4:02 am -
<https://lh3.googleusercontent.com/-TZWgdybdzoI/VcTeZYxtWgI/AAAAAAAAABE/zUIql-Gycrs/s1600/raile-v-error.png Hi... I have installed Ruby on rails from railsinstaller.org... When I run* rails -v* in ...
Zif
Aug 7, 2015 at 6:34 pm
Aug 8, 2015 at 12:08 pm -
I have a new project that I'm considering writing in Rails. I've never written anything in Rails but I've been through my share of languages over the last few decades and I'm not afraid of new ...
Reg Natarajan
Aug 22, 2015 at 6:51 am
Aug 24, 2015 at 6:17 pm -
Hi All, I am trying to build Rails from source for the latest stable (4.2) version from the branch 4-2-stable; however I am facing issue while running the tests. I am getting a segmentation fault at ...
Meghali Dhoble
Aug 10, 2015 at 10:13 am
Aug 24, 2015 at 6:44 am -
Hi I am looking for complete tutorial and sample Web service with Rails 4 with Json, anyone can help? Thanks a lot -- You received this message because you are subscribed to the Google Groups "Ruby ...
Dyo Medio
Aug 22, 2015 at 8:03 pm
Aug 22, 2015 at 9:04 pm -
Hello All, I am using rest api for one of my projects, I am using httparty gem. $ curl --data-binary @mytickets.pdf " https://brokerapi.ticketcity.com/orders/{SALEID}/uploadticket?api={APIKEY}" I ...
BalaRaju Vankala
Aug 20, 2015 at 9:11 am
Aug 22, 2015 at 2:26 am -
Currently I am doing the Ruby on Rails Tutorial from Michael Hartl. I am developing that code within the cloud9 IDE. What I am interested in ultimately is to develop some application relating to ...
Reto Bhunjun
Aug 20, 2015 at 7:31 pm
Aug 22, 2015 at 2:13 am
Group Overview
group | rubyonrails-talk |
categories | rubyonrails |
discussions | 82 |
posts | 289 |
users | 98 |
website | rubyonrails.org |
irc | #RubyOnRails |
98 users for August 2015
Archives
- June 2016 (104)
- May 2016 (177)
- April 2016 (212)
- March 2016 (326)
- February 2016 (262)
- January 2016 (347)
- December 2015 (363)
- November 2015 (424)
- October 2015 (268)
- September 2015 (377)
- August 2015 (290)
- July 2015 (535)
- June 2015 (430)
- May 2015 (335)
- April 2015 (458)
- March 2015 (348)
- February 2015 (388)
- January 2015 (436)
- December 2014 (433)
- November 2014 (370)
- October 2014 (329)
- September 2014 (419)
- August 2014 (468)
- July 2014 (504)
- June 2014 (72)
- May 2014 (313)
- April 2014 (488)
- March 2014 (484)
- February 2014 (403)
- January 2014 (422)
- December 2013 (322)
- November 2013 (371)
- October 2013 (478)
- September 2013 (436)
- August 2013 (448)
- July 2013 (643)
- June 2013 (559)
- May 2013 (750)
- April 2013 (575)
- March 2013 (791)
- February 2013 (578)
- January 2013 (687)
- December 2012 (681)
- November 2012 (874)
- October 2012 (928)
- September 2012 (1,187)
- August 2012 (905)
- July 2012 (1,015)
- June 2012 (916)
- May 2012 (836)
- April 2012 (1,031)
- March 2012 (1,125)
- February 2012 (1,678)
- January 2012 (1,451)
- December 2011 (1,289)
- November 2011 (1,257)
- October 2011 (1,239)
- September 2011 (551)