Search Discussions
-
Hello, I'm having an error I don't understand for several days. I have a class Game, which have 2 attributes : class Game < ActiveRecord::Base has_many :players has_many :cards, as: :cardable Then I ...
Adrien R.
Sep 2, 2014 at 8:15 pm
Sep 16, 2014 at 9:05 pm -
Hi all, I'd like to implement (Rails 4) a very high level (generic) abstract controller, able to manage any route and then create a viewer on the fly. I'd like to call it 'abstracts', and being able ...
Paolo Di Pietro
Sep 15, 2014 at 4:36 pm
Sep 19, 2014 at 6:36 am -
Hello everyone, I'm a beginner Rails developer and right now am building a sample project to show off at some job apply. The app is rather simple, I guess, but I have come to some doubts on what ...
Diego Dillenburg Bueno
Sep 20, 2014 at 7:37 pm
Sep 23, 2014 at 10:02 am -
Starting up the Web Server Error Details: I executed the following commands: $ rails new blog $ cd blog "Starting up the Web Server" $ bin/rails server C:\Ruby200\blog bin/rails server 'bin' is not ...
Rohan Sarker
Sep 18, 2014 at 11:39 am
Sep 19, 2014 at 1:54 pm -
Hello, I try to make a financial app. Now I have this problem. I have customers which are put into a model. What I want is if I made a customer also a financial account is made with a specific ...
Roelof Wobben
Sep 7, 2014 at 7:14 am
Sep 8, 2014 at 6:33 am -
Hi, I am using rails 2.3 and ruby 1.8.6 with radiant cms Here for searching i am using thinking sphinx, this is been working fine for me, But suddenly this functionality as been broken, This is the ...
M,Gopi M.gopinath
Sep 23, 2014 at 9:32 am
Sep 25, 2014 at 6:17 am -
I'm starting a new Rails project probably using 4.1 or 4.2. The project needs the ability for user's browsers to get updates via push notifications. I know that Rails 4 kinda sorta added that but the ...
Perry Smith
Sep 30, 2014 at 4:53 pm
Oct 3, 2014 at 7:05 am -
Hi to all. I am working for a translation agency and I have the task to create an auto-estimate system and ordering/invoicing administration system. I am stuck on how to manage the language pairs. I ...
Paolo Wang
Sep 28, 2014 at 1:11 am
Sep 29, 2014 at 10:03 am -
please help me to assign strong params myapplication view: <div style="margin:1% 0" <%= f.label :choose % <span id="upload" <%= f.radio_button :choice, "1" % <%= f.label :choice, "New ...
Sai Ch
Sep 26, 2014 at 12:19 pm
Sep 27, 2014 at 7:02 am -
Hello everey one I'm trying to custamize Devise gem in rails 4 with add my required sign up feilds like firstname,company name,url,phone etc but i have got errors please suggest me if any on wok on ...
Sai Ch
Sep 2, 2014 at 8:15 am
Sep 17, 2014 at 11:58 am -
Hi, I have created a new app using "rails new biller -d mysql" command and when I run "rake db:create", it shows me an error saying "Could not find gem 'mysql2 ( =0) x86-mingw32' in the gems ...
Mohammed Rashid
Sep 3, 2014 at 1:33 pm
Sep 8, 2014 at 12:28 pm -
Hi, I am trying to add a field in a existing table (database) in Rails 2.3.5 and ruby 1.8.6. I gave a command to generate a migration, Here as follows, ruby script/generate migration ...
M,Gopi M.gopinath
Sep 25, 2014 at 7:12 am
Oct 20, 2014 at 1:11 pm -
Hey All: I just started learning Ruby & Rails to use with Heroku. I understand how Ruby works, and I like it a lot. I'm kind of stuck on how to implement my backend api for my game however. For ...
John R_
Sep 18, 2014 at 6:50 pm
Sep 23, 2014 at 2:46 pm -
I'm building my first ever rails app, which consists of various 'trivia challenges' based around tv shows, which the user can complete, and then receives 'gamified' rewards via the merit gem. I've ...
Joseph Wilks
Sep 28, 2014 at 4:17 am
Oct 1, 2014 at 12:41 am -
5
[Rails] ActiveRecord::StatementInvalid (OCIError: ORA-00001: unique constraint (xxxxxxxx) violated:
Hello, I have developed a small RoR app(ruby 1.8.7, rails 2.1.0, rubygem 0.9.4) a few years ago and now I moved the app on Windows 2008 server. I have a weird issue that insert doesn't work all the ...Kimda
Sep 18, 2014 at 8:36 am
Sep 30, 2014 at 8:00 pm -
Hello, If I use the money gem for storing amounts of money which can be payed by a user, can I also do calculations on it . Roelof -- You received this message because you are subscribed to the ...
Roelof Wobben
Sep 27, 2014 at 7:35 pm
Sep 28, 2014 at 9:19 am -
Rspec forum isn't working Rspec is having trouble recognizing where method. Here's the rspec output: NoMethodError: undefined method `where' for #<Article:0x000000066ceb38 # ...
Jan Yo
Sep 24, 2014 at 2:13 pm
Sep 25, 2014 at 7:51 pm -
Here is my controller https://gist.github.com/budkin/f02a5baed02e71a4f94f on line 182 it throws an error /home/budkin/gamestown/app/controllers/games/gomoku_controller.rb:182:in `block in win?' ...
Eugene Badin
Sep 8, 2014 at 1:27 pm
Sep 10, 2014 at 5:50 am -
I have search tool like "Java Media Framework" http://en.wikipedia.org/wiki/Java_Media_Framework for Rails application. Anybody knows that please suggest me.!!! -- Posted via ...
Sai Ch
Sep 29, 2014 at 2:04 pm
Oct 1, 2014 at 7:10 am -
Hey In section 5.13 of getting started with rails it shows how to delete data from the database. When i added the code i got this error. I have checked my code and cant find any problems. Help Please ...
Aspiring.Student.programmer
Sep 29, 2014 at 7:11 am
Sep 29, 2014 at 8:15 pm -
Rspec forum has troubles Does anyone have examples for rspec model for a polymorphic class? Since attributes get dynamically created into the db, this is different to test than normal rspec models ...
Jan Yo
Sep 25, 2014 at 8:20 pm
Sep 26, 2014 at 4:15 pm -
I installed Ruby on Rails 1.9.3 version on windows . I built a simple hello world program , the issue is that when I build it in sublime text 2 I get this error :"Uninitialized constant ...
Morad
Sep 24, 2014 at 4:46 pm
Sep 24, 2014 at 5:48 pm -
I have successfully managed to display the Calendar on my Ruby page by adding necessary callouts to the css and javascript files and have successfully managed to display the calendar: <script ...
Mohammed Rashid
Sep 17, 2014 at 12:18 pm
Sep 17, 2014 at 4:28 pm -
Hello every body.. I am trying small test job with rails4-devise-angularjs please help me - User can sign up with subdomain - After signing up, redirect to his subdomain - There are several roles ...
Sai Ch
Sep 17, 2014 at 11:23 am
Sep 17, 2014 at 11:37 am -
Hello, I have a products table that is related to category. category has many products. How do I query the products to also include the category? Once I do this, how to I show the category data in my ...
Frocco
Sep 16, 2014 at 5:22 pm
Sep 16, 2014 at 7:26 pm -
Hi guys, Im having a problem with my rails apps where error "Unpermitted Parameters: profile" appear *UsersController* def edit if @user render else redirect_to admin_users_path, notice: "User ...
Amirol Ahmad
Sep 10, 2014 at 3:35 pm
Sep 10, 2014 at 4:49 pm -
One of my routes looks like this: admin_pages_home GET /admin_pages/home(.:format) admin_pages#home In one of my views, I have a link to admin_pages_home_path, and clicking on this link indeed works ...
Ronald Fischer
Sep 8, 2014 at 1:51 pm
Sep 8, 2014 at 2:08 pm -
Hi guys, Intro - Me and a few members have developed a self hosted support system on rails 4 and we are building more features around it so that projects can easily adapt it. Problem - Customizing ...
Vivek Sampara
Sep 6, 2014 at 12:13 pm
Sep 8, 2014 at 6:44 am -
Hello all, Is there any good resource where to start to understand how the various internal component of rails are glued together? Maybe a book that dissect this massive framework? Debugging it is ...
Iazel
Sep 6, 2014 at 7:28 pm
Sep 7, 2014 at 11:38 pm -
Hi all, i'm building my first project in RoR. And i'm now looking into authentication. A lot of the posts online recommended devise so i'm looking into that. I require authentication in a html ...
Sander Obdeijn
Sep 3, 2014 at 7:55 pm
Sep 4, 2014 at 8:26 pm -
Hi, I need to implement google tag manager in my rails application, which is built in rails 2.3.5 and ruby 1.8.6. while I doing RND on this, I found that google tag manager will be supporting only ...
M,Gopi M.gopinath
Sep 2, 2014 at 2:18 pm
Sep 3, 2014 at 9:17 pm -
I have something like this: ========================================================================= class ApplicationController < ActionController::Base def check_auth # ... end end class ...
Peter Hug
Sep 29, 2014 at 8:39 pm
Oct 1, 2014 at 6:13 am -
In a todo list-style app, I have the following ActiveRecord model method: class Task < ActiveRecord::Base # ... def project_name project.tasks.length 0 ? "#{project.name} - #{name}" : project.name ...
Austin York
Sep 30, 2014 at 6:16 am
Oct 1, 2014 at 12:58 am -
This is my controller: class Members < ActiveRecord::Base def name return name + "" end def describe return name + "" + email + "" + mobile + "" + category + "" + other end end when i go into the ...
Mohammed Rashid
Sep 24, 2014 at 11:12 am
Sep 26, 2014 at 12:56 pm -
In my rails app I have set up user authentication so that "users" can view the "home, calendar and login/logout" links. The "admin" user however is able to view an extra "settings" page on the links ...
Mohammed Rashid
Sep 23, 2014 at 10:17 pm
Sep 24, 2014 at 11:10 am -
Why does the rails server default to port 3000? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop ...
Jonathan Haar
Sep 18, 2014 at 2:57 pm
Sep 18, 2014 at 3:18 pm -
Hi, I have developed a small RoR app(ruby 1.8.6, rails 2.1.0, rubygem 0.9.4) a few years ago and I have not worked on RoR since. Now, for some reasons, I need to move this RoR app(running on 2003 ...
Kimda
Sep 8, 2014 at 8:56 am
Sep 16, 2014 at 10:45 pm -
I just need somebody to point me in the right direction on how to start off. I have so far got experience on creating todo lists, user authentication and jumping into a real life project which is a ...
Mohammed Rashid
Sep 15, 2014 at 9:12 am
Sep 15, 2014 at 3:48 pm -
Hey, I'm trying to update my Rails3 application to Rails4, but somehow some standard behavior of Rails seems to be changed, although I couldn't find anything in the update documentation. I've already ...
Philipp Näö
Sep 8, 2014 at 5:58 am
Sep 8, 2014 at 2:59 pm -
Hi all, Say I have an article class that has one main tag, but can also be associated with multiple secondary tags. Something like schema listed below. How can I implement the scope method below? ...
Michael Bostler
Sep 4, 2014 at 5:45 pm
Sep 4, 2014 at 9:04 pm -
Hi all, I am new to Rails and in my app I need to check if a user account is disabled in Active Directory. I am not using AD for Rails authentication. I've searched around and I'm getting overwhelmed ...
ZBoT ZBoT
Sep 24, 2014 at 6:02 pm
Oct 6, 2014 at 5:09 pm -
Hey I am using the gettting started with rails tutorial on Rails guide http://guides.rubyonrails.org/getting_started.html#showing-articles I am up to session 5.7 Showing articles. I am stuck on this ...
Aspiring.Student.programmer
Sep 29, 2014 at 4:40 am
Sep 29, 2014 at 6:54 am -
im after somebody who is an expert at Ruby on Rails with calendars (prefereably the "fullcalendar" gem). I am wanting to display information on my calendar so that the attributes "name:, email:, ...
Mohammed Rashid
Sep 26, 2014 at 1:07 pm
Sep 27, 2014 at 3:40 pm -
Vacancy - Lead Developer for our Ruby On Rails Team We expect you to have extensive Ruby On Rails experience. You will be the lead architect on the projects as well as the key resource for your ...
Vanya S.
Sep 25, 2014 at 9:03 am
Sep 25, 2014 at 10:11 am -
i have faced problem in my database has special characters please suggest any solutions -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To ...
Lekkala Kondareddy
Sep 24, 2014 at 5:47 am
Sep 24, 2014 at 4:57 pm -
Hey guys I am using the getting started with rails guide and i am stuck at a certain point. I am up to creating a new html.erb file within the app/views/articles. However how do i actually create the ...
Aspiring.Student.prgrammer
Sep 20, 2014 at 2:11 pm
Sep 22, 2014 at 3:32 pm -
I'm having an issue with one migration. all other migrations work ok. Here's the output: == 20140905145859 CreateMemberships: migrating ================================ -- create_table(:memberships) ...
Jan Yo
Sep 18, 2014 at 11:51 pm
Sep 21, 2014 at 11:23 pm -
Surplustronics is a leading New Zealand sound, lighting, and electronics retailer and online supplier. We have the need for a contract programmer to start immediately on completing some projects, ...
Rowan Holmes
Sep 19, 2014 at 12:41 am
Sep 19, 2014 at 8:16 am -
I would like to ask how can merge data with Mongoid, when I inserting new data class Record include Mongoid::Document include Mongoid::Attributes::Dynamic field :header1, :type = String field ...
Arthur Petrov
Sep 17, 2014 at 10:32 pm
Sep 18, 2014 at 6:44 am -
I had a query and thank you for helping me in installing Rails. $ gem install rails Command is running correctly and installed Rails. Now I execute command: cd bin Output is: C:\Ruby200\bin Executed ...
Rohan Sarker
Sep 16, 2014 at 6:05 am
Sep 17, 2014 at 6:08 am
Group Overview
group | rubyonrails-talk |
categories | rubyonrails |
discussions | 111 |
posts | 419 |
users | 90 |
website | rubyonrails.org |
irc | #RubyOnRails |
90 users for September 2014
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)