-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
{ademir10}
committed
Jul 15, 2016
0 parents
commit 99f6179
Showing
458 changed files
with
142,927 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# See https://help.github.com/articles/ignoring-files for more about ignoring files. | ||
# | ||
# If you find yourself ignoring temporary files generated by your text editor | ||
# or operating system, you probably want to add a global ignore instead: | ||
# git config --global core.excludesfile '~/.gitignore_global' | ||
|
||
# Ignore bundler config. | ||
/.bundle | ||
|
||
# Ignore all logfiles and tempfiles. | ||
/log/* | ||
!/log/.keep | ||
/tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>crmdash</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
<nature>com.aptana.projects.webnature</nature> | ||
<nature>com.aptana.ruby.core.rubynature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
source 'https://rubygems.org' | ||
#usando o thin server | ||
gem 'thin' | ||
|
||
#para o chat | ||
gem 'private_pub' | ||
gem 'faye' | ||
|
||
#para gerar o grafico por mes | ||
gem 'fusioncharts-rails' | ||
|
||
#exportar para XLS | ||
gem 'to_xls-rails'# Last officially released gem | ||
|
||
#usando simple calendar | ||
gem "simple_calendar", "~> 2.0" | ||
|
||
#gerar os graficos | ||
gem "chartkick" | ||
|
||
#gems adicionadas para esse projeto manualmente | ||
gem 'twitter-bootstrap-rails' | ||
|
||
gem 'bootstrap-sass' | ||
#só funciona instalando pelo prompt esse versão, e especificando abaixo a versão 3.1.10 | ||
#gem install bcrypt --platform=ruby | ||
gem 'bcrypt', '3.1.11' | ||
|
||
#paginar as paginas | ||
gem 'will_paginate' | ||
#envio de emails | ||
gem 'actionmailer' | ||
#carrega o datetime picker nas datas | ||
#gem 'bootstrap-datepicker-rails', :require => 'bootstrap-datepicker-rails', | ||
# :git => 'git://github.com/Nerian/bootstrap-datepicker-rails.git' | ||
|
||
gem 'bootstrap-datepicker-rails' | ||
|
||
#tive que adicionar essa gem para funcionar o jquery no heroku | ||
gem 'rails_12factor' | ||
|
||
gem 'pdfkit' | ||
gem 'wkhtmltopdf-binary' | ||
gem 'responders' | ||
|
||
|
||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
gem 'rails', '4.2.5' | ||
# Use postgresql as the database for Active Record | ||
gem 'pg', '~> 0.15' | ||
# Use SCSS for stylesheets | ||
gem 'sass-rails', '~> 5.0' | ||
# Use Uglifier as compressor for JavaScript assets | ||
gem 'uglifier', '>= 1.3.0' | ||
# Use CoffeeScript for .coffee assets and views | ||
gem 'coffee-rails', '~> 4.1.0' | ||
# See https://github.com/rails/execjs#readme for more supported runtimes | ||
# gem 'therubyracer', platforms: :ruby | ||
|
||
# Use jquery as the JavaScript library | ||
gem 'jquery-rails' | ||
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks | ||
gem 'turbolinks' | ||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | ||
gem 'jbuilder', '~> 2.0' | ||
# bundle exec rake doc:rails generates the API under doc/api. | ||
gem 'sdoc', '~> 0.4.0', group: :doc | ||
|
||
# Use ActiveModel has_secure_password | ||
# gem 'bcrypt', '~> 3.1.7' | ||
|
||
# Use Unicorn as the app server | ||
# gem 'unicorn' | ||
|
||
# Use Capistrano for deployment | ||
# gem 'capistrano-rails', group: :development | ||
|
||
group :development, :test do | ||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
gem 'byebug' | ||
end | ||
|
||
group :development do | ||
# Access an IRB console on exception pages or by using <%= console %> in views | ||
gem 'web-console', '~> 2.0' | ||
end | ||
|
||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,250 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actionmailer (4.2.5) | ||
actionpack (= 4.2.5) | ||
actionview (= 4.2.5) | ||
activejob (= 4.2.5) | ||
mail (~> 2.5, >= 2.5.4) | ||
rails-dom-testing (~> 1.0, >= 1.0.5) | ||
actionpack (4.2.5) | ||
actionview (= 4.2.5) | ||
activesupport (= 4.2.5) | ||
rack (~> 1.6) | ||
rack-test (~> 0.6.2) | ||
rails-dom-testing (~> 1.0, >= 1.0.5) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.2) | ||
actionview (4.2.5) | ||
activesupport (= 4.2.5) | ||
builder (~> 3.1) | ||
erubis (~> 2.7.0) | ||
rails-dom-testing (~> 1.0, >= 1.0.5) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.2) | ||
activejob (4.2.5) | ||
activesupport (= 4.2.5) | ||
globalid (>= 0.3.0) | ||
activemodel (4.2.5) | ||
activesupport (= 4.2.5) | ||
builder (~> 3.1) | ||
activerecord (4.2.5) | ||
activemodel (= 4.2.5) | ||
activesupport (= 4.2.5) | ||
arel (~> 6.0) | ||
activesupport (4.2.5) | ||
i18n (~> 0.7) | ||
json (~> 1.7, >= 1.7.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.3, >= 0.3.4) | ||
tzinfo (~> 1.1) | ||
addressable (2.4.0) | ||
arel (6.0.3) | ||
autoprefixer-rails (6.3.3.1) | ||
execjs | ||
bcrypt (3.1.11-x64-mingw32) | ||
binding_of_caller (0.7.2) | ||
debug_inspector (>= 0.0.1) | ||
bootstrap-datepicker-rails (1.5.0) | ||
railties (>= 3.0) | ||
bootstrap-sass (3.3.6) | ||
autoprefixer-rails (>= 5.2.1) | ||
sass (>= 3.3.4) | ||
builder (3.2.2) | ||
byebug (8.2.2) | ||
chartkick (1.4.2) | ||
coffee-rails (4.1.1) | ||
coffee-script (>= 2.2.0) | ||
railties (>= 4.0.0, < 5.1.x) | ||
coffee-script (2.4.1) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.10.0) | ||
commonjs (0.2.7) | ||
concurrent-ruby (1.0.1) | ||
cookiejar (0.3.0) | ||
daemons (1.2.3) | ||
debug_inspector (0.0.2) | ||
em-http-request (1.1.3) | ||
addressable (>= 2.3.4) | ||
cookiejar (<= 0.3.0) | ||
em-socksify (>= 0.3) | ||
eventmachine (>= 1.0.3) | ||
http_parser.rb (>= 0.6.0) | ||
em-socksify (0.3.1) | ||
eventmachine (>= 1.0.0.beta.4) | ||
erubis (2.7.0) | ||
eventmachine (1.0.9.1) | ||
execjs (2.6.0) | ||
faye (1.1.2) | ||
cookiejar (>= 0.3.0) | ||
em-http-request (>= 0.3.0) | ||
eventmachine (>= 0.12.0) | ||
faye-websocket (>= 0.9.1) | ||
multi_json (>= 1.0.0) | ||
rack (>= 1.0.0) | ||
websocket-driver (>= 0.5.1) | ||
faye-websocket (0.10.3) | ||
eventmachine (>= 0.12.0) | ||
websocket-driver (>= 0.5.1) | ||
fusioncharts-rails (0.0.2) | ||
globalid (0.3.6) | ||
activesupport (>= 4.1.0) | ||
http_parser.rb (0.6.0) | ||
i18n (0.7.0) | ||
jbuilder (2.4.1) | ||
activesupport (>= 3.0.0, < 5.1) | ||
multi_json (~> 1.2) | ||
jquery-rails (4.1.0) | ||
rails-dom-testing (~> 1.0) | ||
railties (>= 4.2.0) | ||
thor (>= 0.14, < 2.0) | ||
json (1.8.3) | ||
less (2.6.0) | ||
commonjs (~> 0.2.7) | ||
less-rails (2.7.1) | ||
actionpack (>= 4.0) | ||
less (~> 2.6.0) | ||
sprockets (> 2, < 4) | ||
tilt | ||
loofah (2.0.3) | ||
nokogiri (>= 1.5.9) | ||
mail (2.6.3) | ||
mime-types (>= 1.16, < 3) | ||
mime-types (2.99.1) | ||
mini_portile2 (2.0.0) | ||
minitest (5.8.4) | ||
multi_json (1.11.2) | ||
nokogiri (1.6.7.2-x64-mingw32) | ||
mini_portile2 (~> 2.0.0.rc2) | ||
pdfkit (0.8.2) | ||
pg (0.18.4-x64-mingw32) | ||
private_pub (1.0.3) | ||
faye | ||
rack (1.6.4) | ||
rack-test (0.6.3) | ||
rack (>= 1.0) | ||
rails (4.2.5) | ||
actionmailer (= 4.2.5) | ||
actionpack (= 4.2.5) | ||
actionview (= 4.2.5) | ||
activejob (= 4.2.5) | ||
activemodel (= 4.2.5) | ||
activerecord (= 4.2.5) | ||
activesupport (= 4.2.5) | ||
bundler (>= 1.3.0, < 2.0) | ||
railties (= 4.2.5) | ||
sprockets-rails | ||
rails-deprecated_sanitizer (1.0.3) | ||
activesupport (>= 4.2.0.alpha) | ||
rails-dom-testing (1.0.7) | ||
activesupport (>= 4.2.0.beta, < 5.0) | ||
nokogiri (~> 1.6.0) | ||
rails-deprecated_sanitizer (>= 1.0.1) | ||
rails-html-sanitizer (1.0.3) | ||
loofah (~> 2.0) | ||
rails_12factor (0.0.3) | ||
rails_serve_static_assets | ||
rails_stdout_logging | ||
rails_serve_static_assets (0.0.5) | ||
rails_stdout_logging (0.0.4) | ||
railties (4.2.5) | ||
actionpack (= 4.2.5) | ||
activesupport (= 4.2.5) | ||
rake (>= 0.8.7) | ||
thor (>= 0.18.1, < 2.0) | ||
rake (11.1.2) | ||
rdoc (4.2.2) | ||
json (~> 1.4) | ||
responders (2.1.1) | ||
railties (>= 4.2.0, < 5.1) | ||
ruby-ole (1.2.12) | ||
sass (3.4.21) | ||
sass-rails (5.0.4) | ||
railties (>= 4.0.0, < 5.0) | ||
sass (~> 3.1) | ||
sprockets (>= 2.8, < 4.0) | ||
sprockets-rails (>= 2.0, < 4.0) | ||
tilt (>= 1.1, < 3) | ||
sdoc (0.4.1) | ||
json (~> 1.7, >= 1.7.7) | ||
rdoc (~> 4.0) | ||
simple_calendar (2.0.6) | ||
rails (>= 3.0) | ||
spreadsheet (1.1.2) | ||
ruby-ole (>= 1.0) | ||
sprockets (3.5.2) | ||
concurrent-ruby (~> 1.0) | ||
rack (> 1, < 3) | ||
sprockets-rails (3.0.3) | ||
actionpack (>= 4.0) | ||
activesupport (>= 4.0) | ||
sprockets (>= 3.0.0) | ||
thin (1.6.4) | ||
daemons (~> 1.0, >= 1.0.9) | ||
eventmachine (~> 1.0, >= 1.0.4) | ||
rack (~> 1.0) | ||
thor (0.19.1) | ||
thread_safe (0.3.5) | ||
tilt (2.0.2) | ||
to_xls-rails (1.3.1) | ||
spreadsheet (>= 0.8.5) | ||
turbolinks (2.5.3) | ||
coffee-rails | ||
twitter-bootstrap-rails (3.2.2) | ||
actionpack (>= 3.1) | ||
execjs (>= 2.2.2, >= 2.2) | ||
less-rails (>= 2.5.0) | ||
railties (>= 3.1) | ||
tzinfo (1.2.2) | ||
thread_safe (~> 0.1) | ||
tzinfo-data (1.2016.1) | ||
tzinfo (>= 1.0.0) | ||
uglifier (2.7.2) | ||
execjs (>= 0.3.0) | ||
json (>= 1.8.0) | ||
web-console (2.3.0) | ||
activemodel (>= 4.0) | ||
binding_of_caller (>= 0.7.2) | ||
railties (>= 4.0) | ||
sprockets-rails (>= 2.0, < 4.0) | ||
websocket-driver (0.6.3) | ||
websocket-extensions (>= 0.1.0) | ||
websocket-extensions (0.1.2) | ||
will_paginate (3.1.0) | ||
wkhtmltopdf-binary (0.9.9.3) | ||
|
||
PLATFORMS | ||
x64-mingw32 | ||
|
||
DEPENDENCIES | ||
actionmailer | ||
bcrypt (= 3.1.11) | ||
bootstrap-datepicker-rails | ||
bootstrap-sass | ||
byebug | ||
chartkick | ||
coffee-rails (~> 4.1.0) | ||
faye | ||
fusioncharts-rails | ||
jbuilder (~> 2.0) | ||
jquery-rails | ||
pdfkit | ||
pg (~> 0.15) | ||
private_pub | ||
rails (= 4.2.5) | ||
rails_12factor | ||
responders | ||
sass-rails (~> 5.0) | ||
sdoc (~> 0.4.0) | ||
simple_calendar (~> 2.0) | ||
thin | ||
to_xls-rails | ||
turbolinks | ||
twitter-bootstrap-rails | ||
tzinfo-data | ||
uglifier (>= 1.3.0) | ||
web-console (~> 2.0) | ||
will_paginate | ||
wkhtmltopdf-binary | ||
|
||
BUNDLED WITH | ||
1.12.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
== README | ||
|
||
This README would normally document whatever steps are necessary to get the | ||
application up and running. | ||
|
||
Things you may want to cover: | ||
|
||
* Ruby version | ||
|
||
* System dependencies | ||
|
||
* Configuration | ||
|
||
* Database creation | ||
|
||
* Database initialization | ||
|
||
* How to run the test suite | ||
|
||
* Services (job queues, cache servers, search engines, etc.) | ||
|
||
* Deployment instructions | ||
|
||
* ... | ||
|
||
|
||
Please feel free to use a different markup language if you do not plan to run | ||
<tt>rake doc:app</tt>. |
Oops, something went wrong.