Sha256: 580c6cad3bf39fdb44be983cccffe77829105ec263fa3f3a05aa512b86795a29

Contents?: true

Size: 376 Bytes

Versions: 33

Compression:

Stored size: 376 Bytes

Contents

require 'bundler'
require 'rspec/core/rake_task'

Bundler::GemHelper.install_tasks

RSpec::Core::RakeTask.new(:spec) do |rspec|
  rspec.rspec_opts = ['--backtrace']
end

task :default => :spec

desc "Open an irb session with Ransack and the sample data used in specs"
task :console do
  require 'irb'
  require 'irb/completion'
  require 'console'
  ARGV.clear
  IRB.start
end

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
ransack-1.5.1 Rakefile
ransack-1.5.0 Rakefile
ransack-1.4.1 Rakefile
ransack-1.4.0 Rakefile
ransack-1.3.0 Rakefile
ransack-1.2.3 Rakefile
ransack-1.2.2 Rakefile
ransack-1.2.1 Rakefile
ransack-1.2.0 Rakefile
ransack-1.1.0 Rakefile
ransack-1.0.0 Rakefile
ransack-0.7.2 Rakefile
ransack-0.7.1 Rakefile
ransack_ffcrm-0.7.1 Rakefile
ransack-0.7.0 Rakefile
ransack_ffcrm-0.6.0 Rakefile
ransack-0.6.0 Rakefile
ransack-0.5.8 Rakefile
ransack-0.5.7 Rakefile
ransack-0.5.6 Rakefile