daBee (da Bee)
- Login: daBee
- Registered on: 09/20/2011
- Last sign in: 11/28/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
12/28/2021
-
12:46 AM Ruby Bug #18430: Raspberry Pi 3.0.3 Compile Issue
- nobu (Nobuyoshi Nakada) wrote in #note-3:
> Seems installing the default gems to `/var/lib`.
> ...
Full permissions:
`drwxr-xr-x 80 rich root 4096 Dec 27 10:00 gems`
78 gems in there. There is no `/usr/lib/ruby/gems/3.0.0/specif...
12/25/2021
-
06:05 PM Ruby Bug #18430: Raspberry Pi 3.0.3 Compile Issue
- nobu (Nobuyoshi Nakada) wrote in #note-1:
> How did you configure?
Straight out.
```
$ ./configure --prefix=/usr
...
Configuration summary for ruby version 3.0.3
* Installation prefix: /usr
* exec prefix: ...
12/24/2021
-
01:43 PM Ruby Bug #18430 (Feedback): Raspberry Pi 3.0.3 Compile Issue
- Seems like a missing gem. I am assuming the maintainer will see this here.
```
$ sudo make install
...
installing default gems from lib: /var/lib/gems/3.0.0
abbrev 0.1.0
./tool/rbinstall...
04/15/2019
-
09:45 AM Ruby Bug #15768 (Closed): "and", &&, boolean issue, different ruby versions, confusing
- Just caught this:
``` ruby
# version 2.5.1, Mac OS
v1 = true and false # => IRB: true
p v1 # => app.rb: true, IRB: false
v2 = true && false ...
09/20/2011
-
01:09 AM Ruby Bug #5340 (Rejected): mysql2.bundle: [BUG] Segmentation fault
- HQ:simple_cms rich$ rails g controller demo index
/Users/rich/.rvm/gems/ruby-1.9.2-p290/gems/mysql2-0.3.7/lib/mysql2/mysql2.bundle: [BUG] Segmentation fault
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0]
-- control...