Skip to content

Commit 83dccde

Browse files
committed
first commit
0 parents  commit 83dccde

106 files changed

Lines changed: 26043 additions & 0 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
2+
#
3+
# If you find yourself ignoring temporary files generated by your text editor
4+
# or operating system, you probably want to add a global ignore instead:
5+
# git config --global core.excludesfile '~/.gitignore_global'
6+
7+
# Ignore bundler config.
8+
/.bundle
9+
10+
# Ignore the default SQLite database.
11+
/db/*.sqlite3
12+
/db/*.sqlite3-journal
13+
14+
# Ignore all logfiles and tempfiles.
15+
/log/*
16+
!/log/.keep
17+
/tmp

Gemfile

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
source 'https://rubygems.org'
2+
3+
4+
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5+
gem 'rails', '4.2.5'
6+
# Use sqlite3 as the database for Active Record
7+
8+
# Use SCSS for stylesheets
9+
gem 'sass-rails', '~> 5.0'
10+
# Use Uglifier as compressor for JavaScript assets
11+
gem 'uglifier', '>= 1.3.0'
12+
# Use CoffeeScript for .coffee assets and views
13+
gem 'coffee-rails', '~> 4.1.0'
14+
# See https://github.com/rails/execjs#readme for more supported runtimes
15+
# gem 'therubyracer', platforms: :ruby
16+
17+
# Use jquery as the JavaScript library
18+
gem 'jquery-rails'
19+
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
20+
gem 'turbolinks'
21+
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
22+
gem 'jbuilder', '~> 2.0'
23+
# bundle exec rake doc:rails generates the API under doc/api.
24+
gem 'sdoc', '~> 0.4.0', group: :doc
25+
26+
gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'
27+
gem 'kaminari'
28+
gem 'bootstrap_form'
29+
gem 'bootstrap-sass'
30+
gem 'virtus'
31+
gem 'octokit'
32+
33+
34+
# Omniauth Gems #
35+
gem 'omniauth-facebook'
36+
gem 'omniauth-twitter'
37+
gem 'omniauth-github'
38+
39+
# Use ActiveModel has_secure_password
40+
# gem 'bcrypt', '~> 3.1.7'
41+
42+
# Use Unicorn as the app server
43+
# gem 'unicorn'
44+
45+
# Use Capistrano for deployment
46+
# gem 'capistrano-rails', group: :development
47+
48+
group :development do
49+
# Access an IRB console on exception pages or by using <%= console %> in views
50+
gem 'web-console', '~> 2.0'
51+
52+
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
53+
gem 'spring'
54+
gem 'sqlite3'
55+
end
56+
57+
group :production do
58+
gem 'rails_12factor'
59+
gem 'pg'
60+
end

Gemfile.lock

Lines changed: 255 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,255 @@
1+
GIT
2+
remote: git://github.com/seyhunak/twitter-bootstrap-rails.git
3+
revision: d3776ddd0b89d28fdebfd6e1c1541348cc90e5cc
4+
specs:
5+
twitter-bootstrap-rails (3.2.2)
6+
actionpack (>= 3.1)
7+
execjs (>= 2.2.2, >= 2.2)
8+
less-rails (>= 2.5.0)
9+
railties (>= 3.1)
10+
11+
GEM
12+
remote: https://rubygems.org/
13+
specs:
14+
actionmailer (4.2.5)
15+
actionpack (= 4.2.5)
16+
actionview (= 4.2.5)
17+
activejob (= 4.2.5)
18+
mail (~> 2.5, >= 2.5.4)
19+
rails-dom-testing (~> 1.0, >= 1.0.5)
20+
actionpack (4.2.5)
21+
actionview (= 4.2.5)
22+
activesupport (= 4.2.5)
23+
rack (~> 1.6)
24+
rack-test (~> 0.6.2)
25+
rails-dom-testing (~> 1.0, >= 1.0.5)
26+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
27+
actionview (4.2.5)
28+
activesupport (= 4.2.5)
29+
builder (~> 3.1)
30+
erubis (~> 2.7.0)
31+
rails-dom-testing (~> 1.0, >= 1.0.5)
32+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
33+
activejob (4.2.5)
34+
activesupport (= 4.2.5)
35+
globalid (>= 0.3.0)
36+
activemodel (4.2.5)
37+
activesupport (= 4.2.5)
38+
builder (~> 3.1)
39+
activerecord (4.2.5)
40+
activemodel (= 4.2.5)
41+
activesupport (= 4.2.5)
42+
arel (~> 6.0)
43+
activesupport (4.2.5)
44+
i18n (~> 0.7)
45+
json (~> 1.7, >= 1.7.7)
46+
minitest (~> 5.1)
47+
thread_safe (~> 0.3, >= 0.3.4)
48+
tzinfo (~> 1.1)
49+
addressable (2.4.0)
50+
arel (6.0.3)
51+
autoprefixer-rails (6.3.6.2)
52+
execjs
53+
axiom-types (0.1.1)
54+
descendants_tracker (~> 0.0.4)
55+
ice_nine (~> 0.11.0)
56+
thread_safe (~> 0.3, >= 0.3.1)
57+
binding_of_caller (0.7.2)
58+
debug_inspector (>= 0.0.1)
59+
bootstrap-sass (3.3.6)
60+
autoprefixer-rails (>= 5.2.1)
61+
sass (>= 3.3.4)
62+
bootstrap_form (2.3.0)
63+
builder (3.2.2)
64+
coercible (1.0.0)
65+
descendants_tracker (~> 0.0.1)
66+
coffee-rails (4.1.1)
67+
coffee-script (>= 2.2.0)
68+
railties (>= 4.0.0, < 5.1.x)
69+
coffee-script (2.4.1)
70+
coffee-script-source
71+
execjs
72+
coffee-script-source (1.10.0)
73+
commonjs (0.2.7)
74+
concurrent-ruby (1.0.2)
75+
debug_inspector (0.0.2)
76+
descendants_tracker (0.0.4)
77+
thread_safe (~> 0.3, >= 0.3.1)
78+
equalizer (0.0.11)
79+
erubis (2.7.0)
80+
execjs (2.7.0)
81+
faraday (0.9.2)
82+
multipart-post (>= 1.2, < 3)
83+
globalid (0.3.6)
84+
activesupport (>= 4.1.0)
85+
hashie (3.4.4)
86+
i18n (0.7.0)
87+
ice_nine (0.11.2)
88+
jbuilder (2.5.0)
89+
activesupport (>= 3.0.0, < 5.1)
90+
multi_json (~> 1.2)
91+
jquery-rails (4.1.1)
92+
rails-dom-testing (>= 1, < 3)
93+
railties (>= 4.2.0)
94+
thor (>= 0.14, < 2.0)
95+
json (1.8.3)
96+
jwt (1.5.1)
97+
kaminari (0.17.0)
98+
actionpack (>= 3.0.0)
99+
activesupport (>= 3.0.0)
100+
less (2.6.0)
101+
commonjs (~> 0.2.7)
102+
less-rails (2.7.1)
103+
actionpack (>= 4.0)
104+
less (~> 2.6.0)
105+
sprockets (> 2, < 4)
106+
tilt
107+
loofah (2.0.3)
108+
nokogiri (>= 1.5.9)
109+
mail (2.6.4)
110+
mime-types (>= 1.16, < 4)
111+
mime-types (3.1)
112+
mime-types-data (~> 3.2015)
113+
mime-types-data (3.2016.0521)
114+
mini_portile2 (2.1.0)
115+
minitest (5.9.0)
116+
multi_json (1.12.1)
117+
multi_xml (0.5.5)
118+
multipart-post (2.0.0)
119+
nokogiri (1.6.8)
120+
mini_portile2 (~> 2.1.0)
121+
pkg-config (~> 1.1.7)
122+
oauth (0.5.1)
123+
oauth2 (1.1.0)
124+
faraday (>= 0.8, < 0.10)
125+
jwt (~> 1.0, < 1.5.2)
126+
multi_json (~> 1.3)
127+
multi_xml (~> 0.5)
128+
rack (>= 1.2, < 3)
129+
octokit (4.3.0)
130+
sawyer (~> 0.7.0, >= 0.5.3)
131+
omniauth (1.3.1)
132+
hashie (>= 1.2, < 4)
133+
rack (>= 1.0, < 3)
134+
omniauth-facebook (3.0.0)
135+
omniauth-oauth2 (~> 1.2)
136+
omniauth-github (1.1.2)
137+
omniauth (~> 1.0)
138+
omniauth-oauth2 (~> 1.1)
139+
omniauth-oauth (1.1.0)
140+
oauth
141+
omniauth (~> 1.0)
142+
omniauth-oauth2 (1.4.0)
143+
oauth2 (~> 1.0)
144+
omniauth (~> 1.2)
145+
omniauth-twitter (1.2.1)
146+
json (~> 1.3)
147+
omniauth-oauth (~> 1.1)
148+
pg (0.18.4)
149+
pkg-config (1.1.7)
150+
rack (1.6.4)
151+
rack-test (0.6.3)
152+
rack (>= 1.0)
153+
rails (4.2.5)
154+
actionmailer (= 4.2.5)
155+
actionpack (= 4.2.5)
156+
actionview (= 4.2.5)
157+
activejob (= 4.2.5)
158+
activemodel (= 4.2.5)
159+
activerecord (= 4.2.5)
160+
activesupport (= 4.2.5)
161+
bundler (>= 1.3.0, < 2.0)
162+
railties (= 4.2.5)
163+
sprockets-rails
164+
rails-deprecated_sanitizer (1.0.3)
165+
activesupport (>= 4.2.0.alpha)
166+
rails-dom-testing (1.0.7)
167+
activesupport (>= 4.2.0.beta, < 5.0)
168+
nokogiri (~> 1.6.0)
169+
rails-deprecated_sanitizer (>= 1.0.1)
170+
rails-html-sanitizer (1.0.3)
171+
loofah (~> 2.0)
172+
rails_12factor (0.0.3)
173+
rails_serve_static_assets
174+
rails_stdout_logging
175+
rails_serve_static_assets (0.0.5)
176+
rails_stdout_logging (0.0.5)
177+
railties (4.2.5)
178+
actionpack (= 4.2.5)
179+
activesupport (= 4.2.5)
180+
rake (>= 0.8.7)
181+
thor (>= 0.18.1, < 2.0)
182+
rake (11.1.2)
183+
rdoc (4.2.2)
184+
json (~> 1.4)
185+
sass (3.4.22)
186+
sass-rails (5.0.4)
187+
railties (>= 4.0.0, < 5.0)
188+
sass (~> 3.1)
189+
sprockets (>= 2.8, < 4.0)
190+
sprockets-rails (>= 2.0, < 4.0)
191+
tilt (>= 1.1, < 3)
192+
sawyer (0.7.0)
193+
addressable (>= 2.3.5, < 2.5)
194+
faraday (~> 0.8, < 0.10)
195+
sdoc (0.4.1)
196+
json (~> 1.7, >= 1.7.7)
197+
rdoc (~> 4.0)
198+
spring (1.7.1)
199+
sprockets (3.6.0)
200+
concurrent-ruby (~> 1.0)
201+
rack (> 1, < 3)
202+
sprockets-rails (3.0.4)
203+
actionpack (>= 4.0)
204+
activesupport (>= 4.0)
205+
sprockets (>= 3.0.0)
206+
sqlite3 (1.3.11)
207+
thor (0.19.1)
208+
thread_safe (0.3.5)
209+
tilt (2.0.5)
210+
turbolinks (2.5.3)
211+
coffee-rails
212+
tzinfo (1.2.2)
213+
thread_safe (~> 0.1)
214+
uglifier (3.0.0)
215+
execjs (>= 0.3.0, < 3)
216+
virtus (1.0.5)
217+
axiom-types (~> 0.1)
218+
coercible (~> 1.0)
219+
descendants_tracker (~> 0.0, >= 0.0.3)
220+
equalizer (~> 0.0, >= 0.0.9)
221+
web-console (2.3.0)
222+
activemodel (>= 4.0)
223+
binding_of_caller (>= 0.7.2)
224+
railties (>= 4.0)
225+
sprockets-rails (>= 2.0, < 4.0)
226+
227+
PLATFORMS
228+
ruby
229+
230+
DEPENDENCIES
231+
bootstrap-sass
232+
bootstrap_form
233+
coffee-rails (~> 4.1.0)
234+
jbuilder (~> 2.0)
235+
jquery-rails
236+
kaminari
237+
octokit
238+
omniauth-facebook
239+
omniauth-github
240+
omniauth-twitter
241+
pg
242+
rails (= 4.2.5)
243+
rails_12factor
244+
sass-rails (~> 5.0)
245+
sdoc (~> 0.4.0)
246+
spring
247+
sqlite3
248+
turbolinks
249+
twitter-bootstrap-rails!
250+
uglifier (>= 1.3.0)
251+
virtus
252+
web-console (~> 2.0)
253+
254+
BUNDLED WITH
255+
1.12.5

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
,-----.,--. ,--. ,---. ,--.,------. ,------.
3+
' .--./| | ,---. ,--.,--. ,-| || o \ | || .-. \ | .---'
4+
| | | || .-. || || |' .-. |`..' | | || | \ :| `--,
5+
' '--'\| |' '-' '' '' '\ `-' | .' / | || '--' /| `---.
6+
`-----'`--' `---' `----' `---' `--' `--'`-------' `------'
7+
-----------------------------------------------------------------
8+
9+
10+
Welcome to your Rails project on Cloud9 IDE!
11+
12+
To get started, just do the following:
13+
14+
1. Run the project with the "Run Project" button in the menu bar on top of the IDE.
15+
2. Preview your new app by clicking on the URL that appears in the Run panel below (https://gitsearch-lsecrease-1.c9users.io/).
16+
17+
Happy coding!
18+
The Cloud9 IDE team
19+
20+
21+
## Support & Documentation
22+
23+
Visit http://docs.c9.io for support, or to learn more about using Cloud9 IDE.
24+
To watch some training videos, visit http://www.youtube.com/user/c9ide

README.rdoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
== README
2+
3+
This README would normally document whatever steps are necessary to get the
4+
application up and running.
5+
6+
Things you may want to cover:
7+
8+
* Ruby version
9+
10+
* System dependencies
11+
12+
* Configuration
13+
14+
* Database creation
15+
16+
* Database initialization
17+
18+
* How to run the test suite
19+
20+
* Services (job queues, cache servers, search engines, etc.)
21+
22+
* Deployment instructions
23+
24+
* ...
25+
26+
27+
Please feel free to use a different markup language if you do not plan to run
28+
<tt>rake doc:app</tt>.

Rakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Add your own tasks in files placed in lib/tasks ending in .rake,
2+
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3+
4+
require File.expand_path('../config/application', __FILE__)
5+
6+
Rails.application.load_tasks

app/assets/images/.keep

Whitespace-only changes.

app/assets/images/facebook.png

3.34 KB
Loading

app/assets/images/github.png

13.8 KB
Loading

app/assets/images/logo.png

21.6 KB
Loading

0 commit comments

Comments
 (0)