Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rails_param
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ikcrm_common
rails_param
Commits
5af067b6
Commit
5af067b6
authored
Aug 06, 2014
by
slainer68
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Travis conf
parent
07255396
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
9 deletions
+12
-9
.gemfiles/Gemfile.rails-3.2.x
+5
-0
.gemfiles/Gemfile.rails-4.1.x
+5
-0
.travis.yml
+1
-8
README.md
+1
-1
No files found.
.gemfiles/Gemfile.rails-3.2.x
0 → 100644
View file @
5af067b6
source "https://rubygems.org"
gemspec :path => '..'
gem 'rails', '~> 3.2.0'
.gemfiles/Gemfile.rails-4.1.x
0 → 100644
View file @
5af067b6
source "https://rubygems.org"
gemspec :path => '..'
gem 'rails', '~> 4.1.0'
.travis.yml
View file @
5af067b6
...
...
@@ -8,11 +8,4 @@ rvm:
gemfile
:
-
"
.gemfiles/Gemfile.rails-3.2.x"
-
"
.gemfiles/Gemfile.rails-4.0.x"
matrix
:
include
:
-
rvm
:
"
1.8.7"
gemfile
:
"
.gemfiles/Gemfile.rails-3.2.x"
-
rvm
:
jruby-18mode
gemfile
:
"
.gemfiles/Gemfile.rails-3.2.x"
-
"
.gemfiles/Gemfile.rails-4.1.x"
README.md
View file @
5af067b6
...
...
@@ -23,7 +23,7 @@ This Rails extension takes a first step to solving this problem on the developer
param!
:q
,
String
,
required:
true
param!
:categories
,
Array
param!
:sort
,
String
,
default:
"title"
param!
:order
,
String
,
in:
[
"ASC"
,
"DESC"
],
transform: :upcase
,
default:
"ASC
"
param!
:order
,
String
,
in:
%w(asc desc)
,
transform: :downcase
,
default:
"asc
"
param!
:price
,
String
,
format:
"[<
\=
>]
\s
*
\$\d
+"
{
...
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment