JorgeDDW (Jorge Dominguez)
- Login: JorgeDDW
- Registered on: 10/21/2016
- Last sign in: 10/28/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
10/28/2016
-
03:52 PM Ruby Bug #12859: Bug on Rails Console?
- Jorge Dominguez wrote:
> Nobuyoshi Nakada wrote:
> ...
better yet i look for any update on Appstore and I install the update and issues were fixed.
-
01:48 PM Ruby Bug #12859: Bug on Rails Console?
- Nobuyoshi Nakada wrote:
> Not the gem's bug, OS-bundled sqlite3 library's bug.
How do i fix it? -
02:34 PM Ruby Bug #12880 (Closed): rails generate but
- Hi there,
When i do
~~~
rails generate controller Foo bar baz
Running via Spring preloader in process 95248
create app/controllers/foo_controller.rb
route get 'foo/baz'
route get 'foo/bar'
invoke ...
10/27/2016
-
09:47 PM Ruby Bug #12859: Bug on Rails Console?
- Shyouhei Urabe wrote:
> The message you pasted is not full. There should be something before the part you copied. Can you disclose the log from the beginning of the "enter to rails console" you say?
```
irb(main):001:0> user = Use...
10/21/2016
-
12:50 PM Ruby Bug #12859 (Third Party's Issue): Bug on Rails Console?
- I create a new project and use scaffold.
So after i create my model, view and controller i enter to rails console
```ruby
p = Property.new
```
And i get all of this errors:
(snip)