RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: TeWu
Great stuff! I feel silly that i didn't try JRuby before.
But I have some questions: * Is there compilation from JRuby to JVM bytecode going on over the scenes? * And is there way to compile JRuby to Java code?
+ testing it ;)
Great Tip! THX! It is also worth noting that for this to work gem 'pry' must be in your Gemfile.
gem 'pry'
Gemfile
Just use Rails.application.config.assets.paths instead of Rails.application.config.assets.path
Rails.application.config.assets.paths
Rails.application.config.assets.path
Nice episode! Would be interesting to see more about Tilt.
This is my first two comments so I don't want to be too intrusive :), but the episode 104 looks at least as relevant as 249 and 149 :)
104
249
149
Isn't that should be "Episode 149: Rails Engines" instead of "Episode 249: Notifications in Rails 3" in show notes ??
Great stuff! I feel silly that i didn't try JRuby before.
But I have some questions:
* Is there compilation from JRuby to JVM bytecode going on over the scenes?
* And is there way to compile JRuby to Java code?
+ testing it ;)
Great Tip! THX!
It is also worth noting that for this to work
gem 'pry'
must be in yourGemfile
.Just use
Rails.application.config.assets.paths
instead ofRails.application.config.assets.path
Nice episode! Would be interesting to see more about Tilt.
This is my first two comments so I don't want to be too intrusive :), but the episode
104
looks at least as relevant as249
and149
:)Isn't that should be "Episode 149: Rails Engines" instead of "Episode 249: Notifications in Rails 3" in show notes ??