-
If you have ActiveRecord classes (rails 2.x) like the following:
``` ruby
class Blog < ActiveRecord::Base
has_many :articles
end
class Article < ActiveRecord::Base
belongs_to :blog
end
```
Then…
-
I have the following scope:
```
def self.ready_to_be_reauthorized …
-
## This issue is a (choose one):
- [x] Problem/bug report.
- [ ] Feature request.
- [ ] Request for support. **Note: Please try to avoid submitting issues for support requests. Use [Gitter](https…
-
Hi @fnando , Great work on the gem. I was looking for exactly something like this and this surely is of great use.
So, I was trying to include this gem in my application and came across above titled …
-
I am seeing the below error when I tried to run the ducktails docker image in MacBook with apple chip.
docker run -p 9999:80 -v /Users/bindu/dockerimgs/duckrails:/opt/duckrails/db iridakos/duckrail…
-
All foreign keys to migrated table points to temporary table after migration:
```
CONSTRAINT `referral_visitor_offer_id_fk` FOREIGN KEY (`visitor_offer_id`)
REFERENCES `lhma_2013_06_14_12_33_29_347…
-
reconcile config options with TinyTDS and documentation; coerce config values to expected types
extended discussion at: https://github.com/rails-sqlserver/tiny_tds/issues/461
copied here =>
---…
-
Hi team 👋🏻 I believe I've encountered a bit of a bug.
I have an integer column in my database. Normally Formtastic would render this as ``, but I don't want it to be rendered as `type="number"` bec…
-
I get this when i do:
# rake redmine:plugins:migrate NAME=ekanban VERSION=0 RAILS_ENV=production
ActiveRecord::IrreversibleMigration/var/lib/gems/1.8/gems/activerecord-3.2.13/lib/active_record/migrat…
-
We need to have a way to configure the underlying adapter. This is needed for
- Setting connection url, user, password, host e.g
- Timeout options
- Pool options
WDYT @waterlink