mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
0.4.0 is almost there...
This commit is contained in:
parent
757227bd9f
commit
7202362241
3 changed files with 1 additions and 8 deletions
|
@ -1,3 +0,0 @@
|
||||||
infinity_test do
|
|
||||||
use :test_framework => :rspec
|
|
||||||
end
|
|
2
init.rb
2
init.rb
|
@ -1 +1 @@
|
||||||
require File.join(File.dirname(__FILE__), "lib", "ap")
|
require File.join(File.dirname(__FILE__), "lib", "awesome_print")
|
||||||
|
|
|
@ -6,8 +6,4 @@
|
||||||
#
|
#
|
||||||
# Load awesome_print when installed as Rails 2.3.x plugin.
|
# Load awesome_print when installed as Rails 2.3.x plugin.
|
||||||
#
|
#
|
||||||
# NOTE: After Rails 2.3.x console loads awesome_print/lib/ap.rb it attempts
|
|
||||||
# to load this file as well. Make sure to check whether the awesome_print
|
|
||||||
# is already loaded to avoid Ruby stack overflow when extending core classes.
|
|
||||||
#
|
|
||||||
require File.join(File.dirname(__FILE__), "..", "init") unless defined?(AwesomePrint)
|
require File.join(File.dirname(__FILE__), "..", "init") unless defined?(AwesomePrint)
|
||||||
|
|
Loading…
Reference in a new issue