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
Graph
88fb8ffc18812eb997e63b6ea6f1f4b8e075d7cd
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
27
Mar
9
May
4
Jan
2
Sep
4
Aug
8
Jul
13
Feb
24
Jan
22
20
16
29
Oct
28
23
15
Aug
7
6
Bump version
master
master
Fix issue with boolean params using a default with block that returns false
Managed Rails 5 ActionController::Parameters as Hash
Use Enumerable#include? instead of Hash#member?
统一异常错误消息为`field`格式不正确
Add data type i18n
Replace error message from english to chinese
Use latest ruby
version bump
Merge pull request #19 from joevandyk/patch-1
Merge pull request #17 from piya23300/master
use check_param_presence? method to check default param
Fix syntax in README
fixed setting default and throwing errors case boolean
Update README.md
Update README.md
Merge pull request #7 from stantoncbradley/master
add documentation for big decimal, nested hashes, and array validation
Merge pull request #4 from stantoncbradley/master
Merge pull request #1 from stantoncbradley/array-validation
add tests for when required array elements are missing
rebase upstream master, merge origin
array validation for primative datatypes
array validation for primative datatypes
Merge pull request #3 from stantoncbradley/develop
change tabs back to 2 spaces to resemble original style
remove commented code
add recursion feature for validating nested attributes
Merge pull request #2 from stantoncbradley/develop
set Big decimal precision for strings
add BigDecimal conversion for formatted currency strings
Merge pull request #1 from stantoncbradley/develop
add big decimal conversion
format parameter takes a regexp
Readme
Readme
Readme
Readme
bump version
Readme