mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-28 01:54:07 +01:00
Updated to svn tags/tracks-1.6
This commit is contained in:
parent
103fcb8049
commit
02496f2d44
2274 changed files with 0 additions and 0 deletions
9
vendor/plugins/will_paginate/test/console
vendored
Executable file
9
vendor/plugins/will_paginate/test/console
vendored
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env ruby
|
||||
irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb'
|
||||
libs = []
|
||||
dirname = File.dirname(__FILE__)
|
||||
|
||||
libs << 'irb/completion'
|
||||
libs << File.join(dirname, 'lib', 'load_fixtures')
|
||||
|
||||
exec "#{irb}#{libs.map{ |l| " -r #{l}" }.join} --simple-prompt"
|
||||
Loading…
Add table
Add a link
Reference in a new issue