lib/archer/engine.rb in archer-rails-0.2.3 vs lib/archer/engine.rb in archer-rails-0.3.0
- old
+ new
@@ -1,10 +1,7 @@
module Archer
class Engine < Rails::Engine
console do
- # TODO remove in 0.3.0
- Archer.history_file ||= Rails.root.join("tmp", ".irb-history")
-
# need IRB context to be ready before Archer.start
::IRB::Irb.prepend(Archer::Irb)
at_exit do
Archer.save if Archer.save_session