Hello,
Congrats to Parker Moore and team for the latest and greatest
update. What's news?
- Incremental regeneration (experimental, enable with --incremental)
- Liquid profiler (add --profile to a build or serve)
- Hook plugin API (no more monkey-patching!)
- Dependencies reduced (for easier installation); no more C extensions required
- site.collections is an array of collections, thus:
- collection[0] becomes collection.label
- collection[1] becomes collection
- Default highlighter is now Rouge instead of Pygments
- and much more
Read more in the "Jekyll 3.0 Released" [1] post. Note: Jordon Bedwell
has also updated and released Jekyll 3 Assets [2] - an asset pipeline
addon using the sprockets machinery.
For the world's greatest Jekyll sites (and sources) see the Planet
Jekyll Showcase [3]. For more Jekyll (static site) news follow along
on @viennahtml [4] - Europe's 1st Jekyll fan club.
Cheers. Happy Jekylling.
[1] http://jekyllrb.com/news/2015/10/26/jekyll-3-0-released
[2] https://github.com/jekyll/jekyll-assets
[3] http://planetjekyll.github.io/showcase
[4] https://twitter.com/viennahtml
Hi guys
can you please help me with this error i've been trying to figure it out
but i'm failing to fix it
rake aborted!
LoadError: cannot load such file -- binding_of_caller.so
F:/RailsPortableEnv/IDE/Projects/Workspace/Work/todo/config/application.rb:7:in
`<top (required)>'
F:/RailsPortableEnv/IDE/Projects/Workspace/Work/todo/Rakefile:4:in
`<top(requir
ed)>'
and when i ran "trace" i get the following massage
F:\RailsPortableEnv\IDE\Projects\Workspace\Work\todo>rake about --trace
rake aborted!
LoadError: cannot load such file -- binding_of_caller.so
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/binding_of_caller-0.7.
2/lib/binding_of_caller.rb:11:in `require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/binding_of_caller-0.7.
2/lib/binding_of_caller.rb:11:in `<top (required)>'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/web-console-2.2.1/lib/
web_console.rb:1:in `require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/web-console-2.2.1/lib/
web_console.rb:1:in `<top (required)>'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/web-console-2.2.1/lib/
web-console.rb:1:in `require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/web-console-2.2.1/lib/
web-console.rb:1:in `<top (required)>'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler/runtime.rb:77:in `require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler/runtime.rb:77:in `block (2 levels) in require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler/runtime.rb:72:in `each'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler/runtime.rb:72:in `block in require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler/runtime.rb:61:in `each'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler/runtime.rb:61:in `require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler.rb:99:in `require'
F:/RailsPortableEnv/IDE/Projects/Workspace/Work/todo/config/application.rb:7:in
`<top (required)>'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kern
el_require.rb:55:in `require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kern
el_require.rb:55:in `require'
F:/RailsPortableEnv/IDE/Projects/Workspace/Work/todo/Rakefile:4:in `<top
(requir
ed)>'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/r
ake_module.rb:28:in `load'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/r
ake_module.rb:28:in `load_rakefile'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:689:in `raw_load_rakefile'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:94:in `block in load_rakefile'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:176:in `standard_exception_handling'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:93:in `load_rakefile'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:77:in `block in run'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:176:in `standard_exception_handling'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:75:in `run'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/bin/rake:3
3:in `<top (required)>'
F:/RailsPortableEnv/Ruby/ruby193/bin/rake:23:in `load'
F:/RailsPortableEnv/Ruby/ruby193/bin/rake:23:in `<main>'
please help i tried to seach this error online it doesn't seem to even
exist
···
On Tue, Oct 27, 2015 at 10:45 AM, Gerald Bauer <gerald.bauer@gmail.com> wrote:
Hello,
Congrats to Parker Moore and team for the latest and greatest
update. What's news?
- Incremental regeneration (experimental, enable with --incremental)
- Liquid profiler (add --profile to a build or serve)
- Hook plugin API (no more monkey-patching!)
- Dependencies reduced (for easier installation); no more C extensions
required
- site.collections is an array of collections, thus:
- collection[0] becomes collection.label
- collection[1] becomes collection
- Default highlighter is now Rouge instead of Pygments
- and much more
Read more in the "Jekyll 3.0 Released" [1] post. Note: Jordon Bedwell
has also updated and released Jekyll 3 Assets [2] - an asset pipeline
addon using the sprockets machinery.
For the world's greatest Jekyll sites (and sources) see the Planet
Jekyll Showcase [3]. For more Jekyll (static site) news follow along
on @viennahtml [4] - Europe's 1st Jekyll fan club.
Cheers. Happy Jekylling.
[1] Jekyll 3.0 Released | Jekyll • Simple, blog-aware, static sites
[2] GitHub - envygeeks/jekyll-assets: 🎨 Asset pipelines for Jekyll.
[3] Planet Jekyll's Showcase - The World's Greatest Jekyll Static Sites | Planet Jekyll
[4] https://twitter.com/viennahtml
No. Please start a new thread instead of hijacking someone else's totally unrelated thread. Further, it looks like your problem is probably rails related, so you might want to post on their mailing list instead.
···
On Mar 7, 2016, at 13:53, Bonginkosifrank Bena <bonginkosifrankc@gmail.com> wrote:
can you please help me with this error i've been trying to figure it out
but i'm failing to fix it
OK sorry guys my apologies
and thanks for your response
···
On Tue, Mar 8, 2016 at 1:11 AM, Ryan Davis <ryand-ruby@zenspider.com> wrote:
> On Mar 7, 2016, at 13:53, Bonginkosifrank Bena < > bonginkosifrankc@gmail.com> wrote:
>
> can you please help me with this error i've been trying to figure it
out
> but i'm failing to fix it
No. Please start a new thread instead of hijacking someone else's totally
unrelated thread. Further, it looks like your problem is probably rails
related, so you might want to post on their mailing list instead.
Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
Looks like a native extension was not compiled.
There would have been some errors while installing dependencies (sometimes easy to miss amongst other output).
Try reinstalling the gem with:
gem install binding_of_caller
And see what errors you get.
cheers,
-rmm
···
On 03/07/2016 10:53 PM, Bonginkosifrank Bena wrote:
Hi guys
can you please help me with this error i've been trying to figure it out
but i'm failing to fix it
rake aborted!
LoadError: cannot load such file -- binding_of_caller.so
F:/RailsPortableEnv/IDE/Projects/Workspace/Work/todo/config/application.rb:7:in
`<top (required)>'
F:/RailsPortableEnv/IDE/Projects/Workspace/Work/todo/Rakefile:4:in `<top(requir
ed)>'
and when i ran "trace" i get the following massage
F:\RailsPortableEnv\IDE\Projects\Workspace\Work\todo>rake about --trace
rake aborted!
LoadError: cannot load such file -- binding_of_caller.so
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/binding_of_caller-0.7.
2/lib/binding_of_caller.rb:11:in `require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/binding_of_caller-0.7.
2/lib/binding_of_caller.rb:11:in `<top (required)>'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/web-console-2.2.1/lib/
web_console.rb:1:in `require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/web-console-2.2.1/lib/
web_console.rb:1:in `<top (required)>'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/web-console-2.2.1/lib/
web-console.rb:1:in `require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/web-console-2.2.1/lib/
web-console.rb:1:in `<top (required)>'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler/runtime.rb:77:in `require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler/runtime.rb:77:in `block (2 levels) in require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler/runtime.rb:72:in `each'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler/runtime.rb:72:in `block in require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler/runtime.rb:61:in `each'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler/runtime.rb:61:in `require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.11.2/lib/bun
dler.rb:99:in `require'
F:/RailsPortableEnv/IDE/Projects/Workspace/Work/todo/config/application.rb:7:in
`<top (required)>'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kern
el_require.rb:55:in `require'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kern
el_require.rb:55:in `require'
F:/RailsPortableEnv/IDE/Projects/Workspace/Work/todo/Rakefile:4:in `<top (requir
ed)>'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/r
ake_module.rb:28:in `load'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/r
ake_module.rb:28:in `load_rakefile'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:689:in `raw_load_rakefile'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:94:in `block in load_rakefile'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:176:in `standard_exception_handling'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:93:in `load_rakefile'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:77:in `block in run'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:176:in `standard_exception_handling'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/lib/rake/a
pplication.rb:75:in `run'
F:/RailsPortableEnv/ruby/ruby193/lib/ruby/gems/1.9.1/gems/rake-10.5.0/bin/rake:3
3:in `<top (required)>'
F:/RailsPortableEnv/Ruby/ruby193/bin/rake:23:in `load'
F:/RailsPortableEnv/Ruby/ruby193/bin/rake:23:in `<main>'
please help i tried to seach this error online it doesn't seem to even exist
On Tue, Oct 27, 2015 at 10:45 AM, Gerald Bauer <gerald.bauer@gmail.com > <mailto:gerald.bauer@gmail.com>> wrote:
Hello,
Congrats to Parker Moore and team for the latest and greatest
update. What's news?
- Incremental regeneration (experimental, enable with --incremental)
- Liquid profiler (add --profile to a build or serve)
- Hook plugin API (no more monkey-patching!)
- Dependencies reduced (for easier installation); no more C
extensions required
- site.collections is an array of collections, thus:
- collection[0] becomes collection.label
- collection[1] becomes collection
- Default highlighter is now Rouge instead of Pygments
- and much more
Read more in the "Jekyll 3.0 Released" [1] post. Note: Jordon Bedwell
has also updated and released Jekyll 3 Assets [2] - an asset pipeline
addon using the sprockets machinery.
For the world's greatest Jekyll sites (and sources) see the Planet
Jekyll Showcase [3]. For more Jekyll (static site) news follow along
on @viennahtml [4] - Europe's 1st Jekyll fan club.
Cheers. Happy Jekylling.
[1] Jekyll 3.0 Released | Jekyll • Simple, blog-aware, static sites
[2] GitHub - envygeeks/jekyll-assets: 🎨 Asset pipelines for Jekyll.
[3] Planet Jekyll's Showcase - The World's Greatest Jekyll Static Sites | Planet Jekyll
[4] https://twitter.com/viennahtml
Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>