-
_Imported from Lighthouse._ Original ticket at: http://rails.lighthouseapp.com/projects/8994/tickets/2357
Created by **Steffen Bartsch** - 2011-02-17 08:07:22 UTC
Right now, ActiveRecord assigns tabl…
-
Errbit only supports the Airbrake v2 API. We should add support for v3 because some clients only support the newer version.
-
If you install ruby 1.9.3 on Fedora 17, it will install `io-console`, `bigdecimal` and `json` as system gems into `/usr/share/gems/` and `/usr/lib/gems/exts/`. Bundler ignores these directories, thus …
-
Ran some specs that make heavy use of `subject { }` against rspec 2.13.x. It appears to be ignoring the `subject { }` blocks, and using `described_class` instead.
- [ronin/url.rb](https://github.com/r…
-
It tooks more than half a second just to initialize ronin, Is there anyway to speed this up ? For example the configuration to loads only certain module by default or to load module only on demand. I …
-
`ronin-exploit` from the repository throws an require error track back to this line of code:
https://github.com/ronin-ruby/ronin-exploits/blob/master/lib/ronin/database/migrations/exploits/exploit.rb…
-
```
bundle install
bin/ronin-exploit
.../.rvm/gems/ruby-1.9.3-p392/gems/parameters-0.4.4/lib/parameters/options.rb:171:in `define': [PAYLOAD]: incompatible argument styles (ArgumentError)
OptionParse…
-
I installed ronin (master - branch ) using
$ git clone git://github.com/ronin-ruby/ronin.git
$ cd ronin/
$ bundle install
$ ./bin/ronin
when I run the ./bin/ronin get this output
/Users/jk0/.rvm…
-
$ mutant -r ./spec/sql/functions_spec.rb "::Ronin::SQL::Functions" --rspec-full
Mutant configuration:
Matcher: #
Filter: Mutant::Mutation::Filter::ALL
Strategy: #
/home/hal/.gem/ruby/1.9.1/gems…
-
JRuby 1.7.0 will not support building C extensions. This means md2man cannot rely on Redcarpet. Perhaps md2man could switch to [kramdown](http://kramdown.rubyforge.org/) or use [multi_markdown](https:…