Show More
Commit Description:
added pagination to user_admin, using will_paginate plugin
Commit Description:
added pagination to user_admin, using will_paginate plugin
References:
File last commit:
Show/Diff file:
Action:
vendor/plugins/will_paginate/test/console
| 8 lines
| 235 B
| text/plain
| TextLexer
|
|
r299 | #!/usr/bin/env ruby | ||
irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb' | ||||
libs = [] | ||||
libs << 'irb/completion' | ||||
libs << File.join('lib', 'load_fixtures') | ||||
exec "#{irb} -Ilib:test#{libs.map{ |l| " -r #{l}" }.join} --simple-prompt" | ||||