-
```
What steps will reproduce the problem?
Installed rails 2.2.2
What is the expected output? What do you see instead?
Migrations went ok. When application started up.. the session was added to
t…
-
I am curious why this change was made? - `Changed async reindex to fetch ids instead of using ranges for numeric primary keys with Active Record`
...and if it's possible (or perhaps makes sense) to…
-
`Oracle12` Arel visitor does not handle sub-queries with `LIMIT` properly and this makes locking a row impossible. While it works in normal queries, in sub-queries that doesn't seem to be the case.
…
-
First off, very nice looking gem, I actually just started work on something very similar, except my use case involves cloning records from a separate, but (mostly) identical database. I'm currently us…
-
The magic getters inside a package can be handy but you can do this :
``` php
-
Constructing an association causes proxy owners to be automatically saved. This seems...very wrong, in a lot of ways.
```
p = Post.new :title => "x", :content => "x", :permalink => "x"
p.new? # => tr…
-
Issue: If I insert a new user into my database, DEFAULT values set in MySQL is ignored and value is set to NULL.
Environment:
PHP 7.1.8
mysql Ver 14.14 Distrib 5.7.19, for osx10.13 (x86_64) usin…
-
I would like to see some example, where I can use HATEOAS approach for creating rest api services on some real objects. Is this approach good way?
I mean something like this:
```
@Data
public …
-
I'm following the instructions at http://railscasts.com/episodes/314-pretty-urls-with-friendlyid?view=asciicast and coming up with some problems trying to execute the `Article.find_each(&:save)` comma…
-
My project users Rails, and has User and Organization models. An Organization can have many Users.
When I run `ap Organization.first`, I see the organization printed, but I also see nested data for…