Search Discussions
-
Notice how a class that is not available is a NameError and a constant unloaded from ActiveSupport::Dependencies or via remove_const called on the module is a RuntimeError about a circular ...
Gary Weaver
Feb 18, 2014 at 9:15 pm
Feb 22, 2014 at 6:46 pm -
Hi, I contact, asking for his help with a simple question: I found a mistake in the active record, very impactful for my development. I created an 'issue' on github here ...
Nardele salomon
Feb 14, 2014 at 7:21 pm
Feb 18, 2014 at 3:02 pm -
As far as I understand, Rails uses a middleware by default that will send the total time spent on a request in the Rails side in the X-Runtime HTTP header. But it doesn't seem to be reliable in the ...
Rodrigo Rosenfeld Rosas
Feb 19, 2014 at 2:42 pm
Feb 19, 2014 at 11:59 pm -
Hi, Long time user of rails, fist time poster. It feels like there should be a belongs_to :through that behaves similarly to has_many :through, but for the belongs_to side of the relationship. Any ...
Rob Dawson
Feb 25, 2014 at 6:03 am
Mar 6, 2014 at 5:49 am -
Every time I generate a rails app I have to type the -d postgresql would be nice if we could just use postgres as the default database. -- You received this message because you are subscribed to the ...
Zack Siri
Feb 9, 2014 at 6:31 pm
Feb 14, 2014 at 6:19 pm -
Hi, Is there a release date for 4.1? I'm starting a new project for the company I work for, and I want to use the new enums feature. Best regards! -------------------------------------- Sergio ...
Sergio Campamá
Feb 25, 2014 at 8:09 pm
Feb 25, 2014 at 11:31 pm -
Hi, I started to write a tiny rails app which comes completely as a ruby gem. Since this app has a big cousin in rails I did not want to use another framework like sinatra. Since the app is a gem, I ...
Thomas V. Worm
Feb 11, 2014 at 6:44 pm
Feb 12, 2014 at 12:15 am -
When we want to find records created on a specific day, we have to do it like this: (Date.yesterday.beginning_of_day..Date.yesterday.end_of_day)).to_sql = "SELECT `users`.* FROM `users` WHERE ...
Agis A.
Feb 5, 2014 at 4:09 pm
Feb 6, 2014 at 2:24 pm -
From: https://github.com/rails/rails/issues/12808#issuecomment-35476010 To be honest I think something went wrong when tagging v4.0.3. ```` $ git log --oneline v4.0.2..v4.0.3 | wc -l 3 $ git log ...
Jarl Friis
Feb 19, 2014 at 8:30 am
Feb 19, 2014 at 4:09 pm -
I was taking another look at the guide upgrade Rails to 4.1: "2.12 Rendering content from string Rails 4.1 introduces :plain, :html, and :body options to render. Those options are now the preferred ...
Rodrigo Rosenfeld Rosas
Feb 21, 2014 at 12:16 pm
Feb 24, 2014 at 9:03 pm -
I was reading thru the security guide and working on some basic ajax... I thought it might be worth a mention in the guide that we don't need to set the X-CSRF-Token header when we create an ajax ...
Mike Gell
Feb 20, 2014 at 6:37 am
Feb 20, 2014 at 5:12 pm -
I just upgrade my app to rails 4.1.0.beta1 I have a class class User < ActiveRecord::Base enum usertype: { :employee = 10, :boss = 30, :manager = 40, :admin = 50 }} All the enum feature works well ...
Desheng li
Feb 5, 2014 at 9:07 pm
Feb 5, 2014 at 9:11 pm -
I'm experiencing weird problems updating to Rails 3.2.17 coming from 3.2.16 First, my GEM file has gem 'rails', '~ 3.2.1' With bundle update it's installing Rails version 3.2.6 !!!! Why? I changed my ...
Jan javinto
Feb 20, 2014 at 11:17 am
Feb 20, 2014 at 11:34 am -
Hi people, I found it a little hard to migrate up,down,redo with version numbers, i thought if we use something relative to the last made migrations might make migrations usage better. I liked the ...
HariHaraSudhan KM
Feb 13, 2014 at 5:59 pm
Feb 13, 2014 at 6:04 pm -
Hi, I don't know if this is an allowed design in rails, but it seems to me that it should be. I'll first describe the models and then explain the (what I feel is, but want confirmation) error. An ...
Sergio Campamá
Feb 1, 2014 at 4:32 am
Feb 10, 2014 at 1:11 pm -
I've had an interesting issue come up. We use an uncached block around a select-insert-select for an unique constraint (the second select executing if the insert failed due to a race condition with ...
Cody Cutrer
Feb 25, 2014 at 8:00 pm
Feb 25, 2014 at 8:00 pm -
Why `I18n.load_path` is by default `Dir[Rails.root.join('config', 'locales', '*.{rb,yml}')]` instead of `Dir[Rails.root.join('config', 'locales', '**', '*.{rb,yml}')]`. It will allow making nice ...
Łukasz Niemier
Feb 24, 2014 at 9:36 pm
Feb 24, 2014 at 9:36 pm -
Greetings! We have created a REST API with Rails and for debugging we're logging all requests with raw input and I ran into an issue with PUT requests. raw_post is great for returning raw POST data ...
Antti Samila
Feb 22, 2014 at 6:46 pm
Feb 22, 2014 at 6:46 pm -
I extracted some code I've used in a few projects into a gem that plugs into ActiveRecord and thought that it might be useful as a core feature. Basically, it allows you to apply scopes from ...
Dan Langevin
Feb 18, 2014 at 4:14 pm
Feb 18, 2014 at 4:14 pm -
Hello everyone, Could someone check this PR? https://github.com/rails/rails/pull/14071 This affects both Rails and Rspec tests that use methods that are not defined at the integration session api ...
Maurício Linhares
Feb 18, 2014 at 3:42 pm
Feb 18, 2014 at 3:42 pm -
I was reading this old issue: https://github.com/rails/rails/issues/1125 The only proposed workaround in that thread is to globally enable bare mode always. I use oojspec (a gem based on ...
Rodrigo Rosenfeld Rosas
Feb 12, 2014 at 12:09 pm
Feb 12, 2014 at 12:09 pm -
I posted this on GitHub as an issue<https://github.com/rails/rails/issues/14019#issuecomment-34801491 , and was asked to post it here instead: I made a web app for the AngularJS project to help them ...
Kent C. Dodds
Feb 12, 2014 at 12:15 am
Feb 12, 2014 at 12:15 am -
I went on quite an adventure today trying to override the template used by the model generator to create the migration file. Looks like at least one other person has had the same problem ...
Joshua Flanagan
Feb 8, 2014 at 3:00 am
Feb 8, 2014 at 3:00 am -
Hi there, I was looking at the ActiveRecord SQLite3 adapter and noticed a couple of issues. Two of the obvious ones I submitted pull requests for (https://github.com/rails/rails/issues/13631 and ...
Timur Alperovich
Feb 4, 2014 at 8:44 pm
Feb 4, 2014 at 8:44 pm -
This post should explain what I'm trying to do ...
Larry Siden
Feb 3, 2014 at 3:57 am
Feb 3, 2014 at 3:57 am
Group Overview
group | rubyonrails-core |
categories | rubyonrails |
discussions | 25 |
posts | 94 |
users | 50 |
website | rubyonrails.org |
irc | #RubyOnRails |
50 users for February 2014
Archives
- May 2014 (40)
- April 2014 (73)
- March 2014 (74)
- February 2014 (94)
- January 2014 (44)
- December 2013 (99)
- November 2013 (85)
- October 2013 (54)
- September 2013 (69)
- August 2013 (81)
- July 2013 (79)
- June 2013 (67)
- May 2013 (87)
- April 2013 (79)
- March 2013 (101)
- February 2013 (183)
- January 2013 (127)
- December 2012 (80)
- November 2012 (108)
- October 2012 (182)
- September 2012 (294)
- August 2012 (209)
- July 2012 (232)
- June 2012 (202)
- May 2012 (147)
- April 2012 (80)
- March 2012 (182)
- February 2012 (74)
- January 2012 (34)
- December 2011 (58)
- November 2011 (99)
- October 2011 (71)
- September 2011 (25)