rubyonrails-core
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Rails-core] Re: ActiveRecord::Base.take_or_create instead of first_or_create
Roman
[Rails-core] Add ability to add specify column null and default values from cli
TheSmartnik
[Rails-core] RAILS_MASTER_KEY in development
Steven Jeffries
[Rails-core] Re: RAILS_MASTER_KEY in development
Stefan Daschek
[Rails-core] Re: RAILS_MASTER_KEY in development
Steven Jeffries
Re: [Rails-core] RAILS_MASTER_KEY in development
Jason Fleetwood-Boldt
Re: [Rails-core] RAILS_MASTER_KEY in development
Steven Jeffries
[Rails-core] Magic number in tests
artur . beljajev
Re: [Rails-core] Magic number in tests
Kasper Timm Hansen
Re: [Rails-core] Magic number in tests
Kerri Miller
Re: [Rails-core] Magic number in tests
Kasper Timm Hansen
Re: [Rails-core] Magic number in tests
artur . beljajev
Re: [Rails-core] Magic number in tests
artur . beljajev
Re: [Rails-core] Magic number in tests
Kerri Miller
Re: [Rails-core] Magic number in tests
Kasper Hansen
Re: [Rails-core] Magic number in tests
Artur Beljajev
Re: [Rails-core] Magic number in tests
Kasper Hansen
Re: [Rails-core] Magic number in tests
Artur Beljajev
[Rails-core] Should we auto generate index name with a hash identifier?
Sarun Rattanasiri
[Rails-core] [Feature request] [ActiveRecord] Automatically create scopes for models boolean attributes
Léo Santos
Re: [Rails-core] [Feature request] [ActiveRecord] Automatically create scopes for models boolean attributes
Kasper Timm Hansen
Re: [Rails-core] [Feature request] [ActiveRecord] Automatically create scopes for models boolean attributes
radhames brito
Re: [Rails-core] [Feature request] [ActiveRecord] Automatically create scopes for models boolean attributes
Kevin Deisz
Re: [Rails-core] [Feature request] [ActiveRecord] Automatically create scopes for models boolean attributes
Geoff Harcourt
[Rails-core] Re: [Feature request] [ActiveRecord] Automatically create scopes for models boolean attributes
Léo Santos
[Rails-core] Automatically validate polymorphic belongs_to type column
Nuno Silva
Re: [Rails-core] Automatically validate polymorphic belongs_to type column
Sean Linsley
[Rails-core] ActionDispatch::RequestId#make_request_id removes characters from external request IDs
Brad Landers
[Rails-core] Contributing to Rails - a brief feedback
Andreas Nordberg
Re: [Rails-core] Contributing to Rails - a brief feedback
Xavier Noria
[Rails-core] [Feature request] System Tests with multiple browsers
Pierre Hedkvist
[Rails-core] Re: [Feature request] System Tests with multiple browsers
eileencodes
[Rails-core] Re: [Feature request] System Tests with multiple browsers
Pierre Hedkvist
[Rails-core] Re: [Feature request] System Tests with multiple browsers
eileencodes
[Rails-core] [Feature request] Automatically create GitHub release notes during release process
Grey Baker
Re: [Rails-core] [Feature request] Automatically create GitHub release notes during release process
Kasper Timm Hansen
[Rails-core] [Feature proposal] Enumerable#group_by should take a second block to allow setting the value
David Carlin
Re: [Rails-core] [Feature proposal] Enumerable#group_by should take a second block to allow setting the value
Kasper Timm Hansen
[Rails-core] Re: [Feature proposal] Enumerable#group_by should take a second block to allow setting the value
Alberto Almagro
[Rails-core] Support for connection pooling in Memcache Store
Gabriel Sobrinho
[Rails-core] [feature request] Merge custom html_options to input elements with errors
M. Neumayr
[Rails-core] [Feature proposal] Migrations-like actions
Vitaliy Klachkov
Re: [Rails-core] [Feature proposal] Migrations-like actions
Prem Sichanugrist
Re: [Rails-core] [Feature proposal] Migrations-like actions
Vitaliy "blackst0ne" Klachkov
Re: [Rails-core] [Feature proposal] Migrations-like actions
Xavier Noria
[Rails-core] Re: [Feature proposal] Migrations-like actions
Rory Oconnell
Re: [Rails-core] Re: [Feature proposal] Migrations-like actions
Xavier Noria
Re: [Rails-core] [Feature proposal] Migrations-like actions
Jason Fleetwood-Boldt
[Rails-core] [Feature Request] async option for after_commit ActiveRecord hook
Chad Wilken
Re: [Rails-core] [Feature Request] async option for after_commit ActiveRecord hook
Xavier Noria
Re: [Rails-core] [Feature Request] async option for after_commit ActiveRecord hook
Chad Wilken
[Rails-core] [Feature Request] Change screensize while running System Test
Pierre Hedkvist
[Rails-core] Re: [Feature Request] Change screensize while running System Test
eileencodes
[Rails-core] Feedback on PR (ActiveCable clients do not receive update about state of a subscription. #30042)
w pp
[Rails-core] Allow content_type and format options in integration test requests
Vincent DeVendra
[Rails-core] More `touch` option for belongs_to?
Leonardo Wong
[Rails-core] Add option to sort by an attribute before validation of has_many members with indexed errors
André Hester
[Rails-core] Allow to use rails style on queries with specific order
Pablo Margreff
Re: [Rails-core] Allow to use rails style on queries with specific order
Kevin Deisz
Re: [Rails-core] Allow to use rails style on queries with specific order
Pablo Margreff
[Rails-core] Re: Allow to use rails style on queries with specific order
Martin Hong
[Rails-core] Re: Allow to use rails style on queries with specific order
Pablo Margreff
[Rails-core] Change where module file goes for namespaced AR models
Matt Wire
Re: [Rails-core] Change where module file goes for namespaced AR models
Matt Jones
Re: [Rails-core] Change where module file goes for namespaced AR models
Matt Wire
[Rails-core] enum supporting i18n translation with "_text" suffix methods?
Martin Hong
[Rails-core] Symbol missing it's `.size` method in the Rails console
Colin Hart
Re: [Rails-core] Symbol missing it's `.size` method in the Rails console
Geoff Harcourt
Re: [Rails-core] Symbol missing it's `.size` method in the Rails console
Xavier Noria
Re: [Rails-core] Symbol missing it's `.size` method in the Rails console
Colin Hart
Re: [Rails-core] Symbol missing it's `.size` method in the Rails console
Colin Hart
Re: [Rails-core] Symbol missing it's `.size` method in the Rails console
Xavier Noria
Re: [Rails-core] Symbol missing it's `.size` method in the Rails console
Colin Law
Re: [Rails-core] Symbol missing it's `.size` method in the Rails console
Colin Hart
Re: [Rails-core] Symbol missing it's `.size` method in the Rails console
Xavier Noria
Re: [Rails-core] Symbol missing it's `.size` method in the Rails console
Colin Hart
Re: [Rails-core] Symbol missing it's `.size` method in the Rails console
Jason Fleetwood-Boldt
[Rails-core] ActiveStorage: add feature to allow upload from a remote url
Matthias Richard
[Rails-core] ActiveStorage - next steps and how to help?
Halo
[Rails-core] Re: ActiveStorage - next steps and how to help?
Halo
[Rails-core] Feature Request: Ability to configure cache_control and other headers on ActiveStorage uploaded objects
Dimitri Roche
[Rails-core] Re: Feature Request: Ability to configure cache_control and other headers on ActiveStorage uploaded objects
Dimitri Roche
[Rails-core] ActiveRecord has_one relationship shouldn't this be supported? Happy to make a pull request if yes
Shishir Kakaraddi
Re: [Rails-core] ActiveRecord has_one relationship shouldn't this be supported? Happy to make a pull request if yes
James Coleman
Re: [Rails-core] ActiveRecord has_one relationship shouldn't this be supported? Happy to make a pull request if yes
Colin Law
Re: [Rails-core] ActiveRecord has_one relationship shouldn't this be supported? Happy to make a pull request if yes
Shishir Kakaraddi
Re: [Rails-core] ActiveRecord has_one relationship shouldn't this be supported? Happy to make a pull request if yes
Nuno Silva
[Rails-core] belongs_to callbacks
Tom Prats
[Rails-core] Rails 4.2.10 released
eileencodes
[Rails-core] [Feature Request] initial value for ActiveSupport::Cache::MemCacheStore#increment and decrement
Aero Astro
[Rails-core] Re: [Feature Request] initial value for ActiveSupport::Cache::MemCacheStore#increment and decrement
Jeremy Daer
[Rails-core] Speeding up number conversions
Mike Dillon
[Rails-core] Rails 4.2.10.rc1 released
eileencodes
[Rails-core] ActionController::Parameters#map
John Fragoulis
[Rails-core] Payload names for 'sql.active_record' instrumentation
Jeremy Green
Re: [Rails-core] Payload names for 'sql.active_record' instrumentation
Rafael Mendonça França
[Rails-core] [ActiveStorage] Add an option to automatically replace an existing attachment for has_one_attached
yvan
[Rails-core] Rails 5.1.4 and 5.0.6 released
Matthew Draper
[Rails-core] Symlinked templates
Cory Gwin
[Rails-core] Re: Symlinked templates
Gabriel Sobrinho
[Rails-core] Re: Symlinked templates
Cory Gwin
[Rails-core] Re: Symlinked templates
Cory Gwin
Re: [Rails-core] Re: Symlinked templates
Andrew Kaspick
Re: [Rails-core] Re: Symlinked templates
Gabriel Sobrinho
Re: [Rails-core] Re: Symlinked templates
Cory Gwin
Re: [Rails-core] Re: Symlinked templates
Cory Gwin
[Rails-core] Has anyone worked on adding support for many to many relations using postgres arrays to ActiveRecord
Michael Giovinco
Re: [Rails-core] Has anyone worked on adding support for many to many relations using postgres arrays to ActiveRecord
Sean Linsley
[Rails-core] Rails 5.1.4.rc1 and 5.0.6.rc1 released
eileencodes
[Rails-core] How to replace values in a block of text
Dayton Jones
Re: [Rails-core] How to replace values in a block of text
Xavier Noria
Re: [Rails-core] How to replace values in a block of text
Dayton Jones
[Rails-core] Shuffle insert fixtures at ActiveRecord unit test
Yasuo Honda
Re: [Rails-core] Shuffle insert fixtures at ActiveRecord unit test
Matthew Draper
Re: [Rails-core] Shuffle insert fixtures at ActiveRecord unit test
Yasuo Honda
[Rails-core] Suggestion: support es modules .mjs file with mime-type application/javascript
jxck jxck
[Rails-core] Should ActiveJob async be used with ActiveRecord::Base.connection_pool.with_connection?
Hun-soo Jung
[Rails-core] Enhance Rails' delegate to allow customizing of the value returned when the delegation target is absent
Bruno Sofiato
[Rails-core] Re: Enhance Rails' delegate to allow customizing of the value returned when the delegation target is absent
Roque Pinel
[Rails-core] Re: Enhance Rails' delegate to allow customizing of the value returned when the delegation target is absent
Bruno Sofiato
[Rails-core] Differentiating between connection and reconnection in actioncable.
Islam Taha
[Rails-core] Rails 4.0 + Rails 4.1 CSRF problems affecting IE 11, Edge, newer versions of Android and mobile Safari
Jason Fleetwood-Boldt
Re: [Rails-core] Rails 4.0 + Rails 4.1 CSRF problems affecting IE 11, Edge, newer versions of Android and mobile Safari
Jason Fleetwood-Boldt
Fwd: [Rails-core] Rails 4.0 + Rails 4.1 CSRF problems affecting IE 11, Edge, newer versions of Android and mobile Safari
Jason Fleetwood-Boldt
[Rails-core] New feature suggestion: Get username and password separately from ActionController::HttpAuthentication::Basic::user_name_and_password
Fatos Morina
Re: [Rails-core] New feature suggestion: Get username and password separately from ActionController::HttpAuthentication::Basic::user_name_and_password
Rob Biedenharn
[Rails-core] Rails 5.1.3 released
Kasper Timm Hansen
[Rails-core] Re: Rails 5.1.3 released
Alberto Almagro
[Rails-core] New feature suggestion: ActiveRecord store_reader
zubin
Re: [Rails-core] New feature suggestion: ActiveRecord store_reader
Matt Jones
Re: [Rails-core] New feature suggestion: ActiveRecord store_reader
zubin
[Rails-core] Support for SSL configuration in cable.yml
w pp
[Rails-core] Rails 5.0.5 and 5.1.3.rc3 released
Kasper Timm Hansen
[Rails-core] Using floats to represent money
Greg Navis
Re: [Rails-core] Using floats to represent money
Xavier Noria
Re: [Rails-core] Using floats to represent money
Hugo Peixoto
Re: [Rails-core] Using floats to represent money
Greg Navis
Re: [Rails-core] Using floats to represent money
Xavier Noria
[Rails-core] Pathname#present? for directories in Ruby 2.4
Dominik Menke
Re: [Rails-core] Pathname#present? for directories in Ruby 2.4
Xavier Noria
[Rails-core] An article: interest in rails is waning
vedant agarwala
[Rails-core] Re: An article: interest in rails is waning
DHH
Re: [Rails-core] Break out testing library from ActiveSupport?
Jaco Pretorius
Re: [Rails-core] Break out testing library from ActiveSupport?
Matt Jones
[Rails-core] Rails 5.0.5.rc2 and 5.1.3.rc2 released
Kasper Timm Hansen
[Rails-core] Best way to data sync between Rails app and phone
siva subrahmanyam
Re: [Rails-core] Best way to data sync between Rails app and phone
T.J. Schuck
Re: [Rails-core] Best way to data sync between Rails app and phone
siva subrahmanyam
[Rails-core] Issue with time_select view helper defaulting to year 1
Andrew Kaspick
[Rails-core] Re: Issue with time_select view helper defaulting to year 1
Andrew Kaspick
Re: [Rails-core] Issue with time_select view helper defaulting to year 1
Matthew Draper
Re: [Rails-core] Issue with time_select view helper defaulting to year 1
Andrew Kaspick
[Rails-core] Rails 5.1.3.rc1 and 5.0.5.rc1 released
Kasper Timm Hansen
[Rails-core] Showing minitest deprecations though I am using RSpec
siva subrahmanyam
[Rails-core] Refactor ActiveRecord's WhereClause to group predicates and binds
Maxime Handfield Lapointe
[Rails-core] [Feature request] `rails install`
Viktor Fonic
[Rails-core] [Feature request] `rails install`
matrix9180
[Rails-core] [Feature Request] [activejob] Job level response timeouts for active job
Ramkumar K R
[Rails-core] Rails 5.1.2 has been released
Rafael Mendonça França
[Rails-core] Rails 4.2.9 has been released
Rafael Mendonça França
[Rails-core] Rails 5.1.2.rc1 has been released
Rafael Mendonça França
[Rails-core] [Bug] forms hidden field CSRF token is not updated when turbolinks is enabled
Maurizio De Santis
[Rails-core] Re: [Bug] forms hidden field CSRF token is not updated when turbolinks is enabled
Maurizio De Santis
[Rails-core] Rails 4.2.9.rc2 has been released!
Rafael Mendonça França
[Rails-core] Rails 5.0.4 has been released
Rafael Mendonça França
[Rails-core] Use of ParameterFilter changes `request.filtered_parameters` class to Hash
Leonel Galan Recinos
[Rails-core] [ANN] Rails 5.0.4.rc1 has been released
Rafael Mendonça França
[Rails-core] [ANN] Rails 4.2.9.rc1 has been released!
Rafael Mendonça França
[Rails-core] [Feature idea] Warn when model's primary key is set to non-indexed column(s)
Yaw Boakye
[Rails-core] Pull Request #29159 Document usage of QueryMethods#references with QueryMethods#or
akihikodaki
[Rails-core] [Feature idea] Allow custom dependent callbacks on has_many Associations
Bálint Erdős
[Rails-core] PROPSAL: Composability for apps / omakase, ‘rails add [gem]/remove —bare`
Emile Bosch
[Rails-core] Redirect to requested page after succesful login
Luis Fernando Naves Santoyo
Re: [Rails-core] Redirect to requested page after succesful login
Mukesh Singh
Re: [Rails-core] Redirect to requested page after succesful login
radhames brito
Re: [Rails-core] Redirect to requested page after succesful login
T.J. Schuck
Re: [Rails-core] CollectionAssociation shadows Enumerable#count
Matt Wean
Re: [Rails-core] CollectionAssociation shadows Enumerable#count
Miles Georgi
Re: [Rails-core] CollectionAssociation shadows Enumerable#count
Omar Bohsali
Re: [Rails-core] CollectionAssociation shadows Enumerable#count
Jason Fleetwood-Boldt
Re: [Rails-core] CollectionAssociation shadows Enumerable#count
Phillip Getto
[Rails-core] [Feature Idea] Allow passing options to ActiveRecord::Persistence#create
Idan Attias
Re: [Rails-core] [Feature Idea] Allow passing options to ActiveRecord::Persistence#create
Andrew Kaspick
[Rails-core] Retrying / re-enqueuing active jobs and change parameters
Cyril Duchon-Doris
[Rails-core] Rails migration timestamp file format
Landon Schropp
[Rails-core] to_sentence with I18n doesn't allow enough flexibility
Mark Edmondson
Re: [Rails-core] to_sentence with I18n doesn't allow enough flexibility
nanaya
[Rails-core] [Feature] Support for multiple paths for mailer previews
Tom Prats
[Rails-core] [feature] Add sentinel support to ActionCable Redis subscription adapter
Alistair Israel
[Rails-core] Re: [feature] Add sentinel support to ActionCable Redis subscription adapter
blaed
[Rails-core] Re: [feature] Add sentinel support to ActionCable Redis subscription adapter
Alistair Israel
Re: [Rails-core] Re: [feature] Add sentinel support to ActionCable Redis subscription adapter
Blaed Johnston
Re: [Rails-core] Re: [feature] Add sentinel support to ActionCable Redis subscription adapter
zac
[Rails-core] [feature] Raise when an update to a read-only attribute is attempted
Chris Stadler
Re: [Rails-core] [feature] Raise when an update to a read-only attribute is attempted
Ben Woosley
[Rails-core] Re: [feature] Raise when an update to a read-only attribute is attempted
Joshua Flanagan
[Rails-core] Re: [feature] Raise when an update to a read-only attribute is attempted
Chris Stadler
[Rails-core] Rails + PostgreSQL
Carlos Ferreira da Silva
[Rails-core] I think has_many :through could be improved to use a WHERE instead of INNER JOIN, when possible
Nathan Broadbent
[Rails-core] Add error logging to ActiveJob (merge PR 28582)
Steven Bull
Earlier messages
Later messages