Skip to content

Commit cc065e6

Browse files
committed
Developed Customer identity SDK
1 parent 72f5525 commit cc065e6

File tree

136 files changed

+5992
-1036
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+5992
-1036
lines changed
File renamed without changes.

Demo/userregistration/.project

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>userregistration</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.aptana.ide.core.unifiedBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.radrails.rails.core.railsnature</nature>
16+
<nature>com.aptana.ruby.core.rubynature</nature>
17+
</natures>
18+
</projectDescription>

demo/Rails/Gemfile renamed to Demo/userregistration/Gemfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
source 'https://rubygems.org'
1+
source 'http://rubygems.org'
2+
23

34
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
4-
gem 'rails', '4.1.1'
5+
gem 'rails', '4.1.8'
56
# Use sqlite3 as the database for Active Record
67
gem 'sqlite3'
78
# Use SCSS for stylesheets
@@ -22,9 +23,6 @@ gem 'jbuilder', '~> 2.0'
2223
# bundle exec rake doc:rails generates the API under doc/api.
2324
gem 'sdoc', '~> 0.4.0', group: :doc
2425

25-
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
26-
gem 'spring', group: :development
27-
2826
# Use ActiveModel has_secure_password
2927
# gem 'bcrypt', '~> 3.1.7'
3028

@@ -37,5 +35,6 @@ gem 'spring', group: :development
3735
# Use debugger
3836
# gem 'debugger', group: [:development, :test]
3937

40-
#LoginRadius Gem
41-
gem 'login_radius', '~> 1.0.0'
38+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
39+
gem 'tzinfo-data', platforms: [:mingw, :mswin]
40+
gem "login_radius", '~> 2.0.0'

Demo/userregistration/Gemfile.lock

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
GEM
2+
remote: http://rubygems.org/
3+
specs:
4+
actionmailer (4.1.8)
5+
actionpack (= 4.1.8)
6+
actionview (= 4.1.8)
7+
mail (~> 2.5, >= 2.5.4)
8+
actionpack (4.1.8)
9+
actionview (= 4.1.8)
10+
activesupport (= 4.1.8)
11+
rack (~> 1.5.2)
12+
rack-test (~> 0.6.2)
13+
actionview (4.1.8)
14+
activesupport (= 4.1.8)
15+
builder (~> 3.1)
16+
erubis (~> 2.7.0)
17+
activemodel (4.1.8)
18+
activesupport (= 4.1.8)
19+
builder (~> 3.1)
20+
activerecord (4.1.8)
21+
activemodel (= 4.1.8)
22+
activesupport (= 4.1.8)
23+
arel (~> 5.0.0)
24+
activesupport (4.1.8)
25+
i18n (~> 0.6, >= 0.6.9)
26+
json (~> 1.7, >= 1.7.7)
27+
minitest (~> 5.1)
28+
thread_safe (~> 0.1)
29+
tzinfo (~> 1.1)
30+
arel (5.0.1.20140414130214)
31+
builder (3.2.2)
32+
coffee-rails (4.0.1)
33+
coffee-script (>= 2.2.0)
34+
railties (>= 4.0.0, < 5.0)
35+
coffee-script (2.4.1)
36+
coffee-script-source
37+
execjs
38+
coffee-script-source (1.9.1.1)
39+
erubis (2.7.0)
40+
execjs (2.6.0)
41+
hike (1.2.3)
42+
i18n (0.7.0)
43+
jbuilder (2.3.2)
44+
activesupport (>= 3.0.0, < 5)
45+
multi_json (~> 1.2)
46+
jquery-rails (3.1.4)
47+
railties (>= 3.0, < 5.0)
48+
thor (>= 0.14, < 2.0)
49+
json (1.8.3)
50+
mail (2.6.3)
51+
mime-types (>= 1.16, < 3)
52+
mime-types (2.6.2)
53+
minitest (5.8.1)
54+
multi_json (1.11.2)
55+
login_radius (2.0.0)
56+
rack (1.5.5)
57+
rack-test (0.6.3)
58+
rack (>= 1.0)
59+
rails (4.1.8)
60+
actionmailer (= 4.1.8)
61+
actionpack (= 4.1.8)
62+
actionview (= 4.1.8)
63+
activemodel (= 4.1.8)
64+
activerecord (= 4.1.8)
65+
activesupport (= 4.1.8)
66+
bundler (>= 1.3.0, < 2.0)
67+
railties (= 4.1.8)
68+
sprockets-rails (~> 2.0)
69+
railties (4.1.8)
70+
actionpack (= 4.1.8)
71+
activesupport (= 4.1.8)
72+
rake (>= 0.8.7)
73+
thor (>= 0.18.1, < 2.0)
74+
rake (10.4.2)
75+
rdoc (4.2.0)
76+
json (~> 1.4)
77+
sass (3.2.19)
78+
sass-rails (4.0.5)
79+
railties (>= 4.0.0, < 5.0)
80+
sass (~> 3.2.2)
81+
sprockets (~> 2.8, < 3.0)
82+
sprockets-rails (~> 2.0)
83+
sdoc (0.4.1)
84+
json (~> 1.7, >= 1.7.7)
85+
rdoc (~> 4.0)
86+
sprockets (2.12.4)
87+
hike (~> 1.2)
88+
multi_json (~> 1.0)
89+
rack (~> 1.0)
90+
tilt (~> 1.1, != 1.3.0)
91+
sprockets-rails (2.3.3)
92+
actionpack (>= 3.0)
93+
activesupport (>= 3.0)
94+
sprockets (>= 2.8, < 4.0)
95+
sqlite3 (1.3.11-x86-mingw32)
96+
thor (0.19.1)
97+
thread_safe (0.3.5)
98+
tilt (1.4.1)
99+
turbolinks (2.5.3)
100+
coffee-rails
101+
tzinfo (1.2.2)
102+
thread_safe (~> 0.1)
103+
tzinfo-data (1.2015.7)
104+
tzinfo (>= 1.0.0)
105+
uglifier (2.7.2)
106+
execjs (>= 0.3.0)
107+
json (>= 1.8.0)
108+
109+
PLATFORMS
110+
x86-mingw32
111+
112+
DEPENDENCIES
113+
coffee-rails (~> 4.0.0)
114+
jbuilder (~> 2.0)
115+
jquery-rails
116+
login_radius (~> 2.0.0)
117+
rails (= 4.1.8)
118+
sass-rails (~> 4.0.3)
119+
sdoc (~> 0.4.0)
120+
sqlite3
121+
turbolinks
122+
tzinfo-data
123+
uglifier (>= 1.3.0)
File renamed without changes.
File renamed without changes.
Loading
Binary file not shown.
Loading
Loading

Demo/userregistration/app/assets/images/icon-sprite.svg

Lines changed: 508 additions & 0 deletions
Loading
Loading
Lines changed: 72 additions & 0 deletions
Loading
10.2 KB
Loading
Lines changed: 72 additions & 0 deletions
Loading
Loading
Loading
2.65 KB
Loading
Loading

0 commit comments

Comments
 (0)