forked from ATIX-AG/foreman
-
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
Showing
455 changed files
with
10,770 additions
and
35,616 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 |
---|---|---|
@@ -1,14 +1,10 @@ | ||
*~ | ||
.bundle | ||
db/*.sqlite3 | ||
log/*.log | ||
tmp/ | ||
db/schema.rb | ||
log/* | ||
nbproject/* | ||
tmp/* | ||
config/settings.yaml | ||
config/email.yaml | ||
tftp | ||
public/images/active_scaffold | ||
public/javascripts/active_scaffold | ||
public/stylesheets/active_scaffold | ||
*.sw? | ||
.idea/* | ||
.idea |
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,32 @@ | ||
source 'http://rubygems.org' | ||
|
||
gem 'rails', '3.0.10' | ||
gem "jquery-rails" | ||
gem 'json' | ||
gem 'rest-client', :require => 'rest_client' | ||
gem "acts_as_audited", "2.0.0" | ||
gem "has_many_polymorphs", :git => "https://github.com/jystewart/has_many_polymorphs.git" | ||
gem "will_paginate", "~> 3.0.2" | ||
gem "ancestry", "~> 1.2.4" | ||
|
||
gem 'sqlite3', :require => 'sqlite3' | ||
|
||
gem 'scoped_search', '>= 2.3.4' | ||
#group :provisioning do | ||
gem "safemode", "1.0", :git => "https://github.com/svenfuchs/safemode.git" | ||
gem "ruby2ruby" | ||
gem "ruby_parser" | ||
gem "virt", ">= 0.2.0" | ||
#end | ||
|
||
group :authentication do | ||
gem 'net-ldap' | ||
end | ||
|
||
group :test, :development do | ||
# To use debugger | ||
gem 'ruby-debug' | ||
gem 'mocha' | ||
gem 'shoulda' | ||
gem 'rr' | ||
end |
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,140 @@ | ||
GIT | ||
remote: https://github.com/jystewart/has_many_polymorphs.git | ||
revision: 36f15d24ca4200f657a5203d9fc0253b58477705 | ||
specs: | ||
has_many_polymorphs (3.0.0.beta1) | ||
activerecord | ||
|
||
GIT | ||
remote: https://github.com/svenfuchs/safemode.git | ||
revision: 77d53c3c52718ec4634bc6e71ccd230188ba6c90 | ||
specs: | ||
safemode (1.0) | ||
|
||
GEM | ||
remote: http://rubygems.org/ | ||
specs: | ||
abstract (1.0.0) | ||
actionmailer (3.0.10) | ||
actionpack (= 3.0.10) | ||
mail (~> 2.2.19) | ||
actionpack (3.0.10) | ||
activemodel (= 3.0.10) | ||
activesupport (= 3.0.10) | ||
builder (~> 2.1.2) | ||
erubis (~> 2.6.6) | ||
i18n (~> 0.5.0) | ||
rack (~> 1.2.1) | ||
rack-mount (~> 0.6.14) | ||
rack-test (~> 0.5.7) | ||
tzinfo (~> 0.3.23) | ||
activemodel (3.0.10) | ||
activesupport (= 3.0.10) | ||
builder (~> 2.1.2) | ||
i18n (~> 0.5.0) | ||
activerecord (3.0.10) | ||
activemodel (= 3.0.10) | ||
activesupport (= 3.0.10) | ||
arel (~> 2.0.10) | ||
tzinfo (~> 0.3.23) | ||
activeresource (3.0.10) | ||
activemodel (= 3.0.10) | ||
activesupport (= 3.0.10) | ||
activesupport (3.0.10) | ||
acts_as_audited (2.0.0) | ||
rails (>= 3.0.3) | ||
ancestry (1.2.4) | ||
activerecord (>= 2.2.2) | ||
arel (2.0.10) | ||
builder (2.1.2) | ||
columnize (0.3.4) | ||
erubis (2.6.6) | ||
abstract (>= 1.0.0) | ||
i18n (0.5.0) | ||
jquery-rails (1.0.16) | ||
railties (~> 3.0) | ||
thor (~> 0.14) | ||
json (1.6.1) | ||
linecache (0.46) | ||
rbx-require-relative (> 0.0.4) | ||
mail (2.2.19) | ||
activesupport (>= 2.3.6) | ||
i18n (>= 0.4.0) | ||
mime-types (~> 1.16) | ||
treetop (~> 1.4.8) | ||
mime-types (1.17.2) | ||
mocha (0.9.12) | ||
net-ldap (0.2.2) | ||
polyglot (0.3.3) | ||
rack (1.2.4) | ||
rack-mount (0.6.14) | ||
rack (>= 1.0.0) | ||
rack-test (0.5.7) | ||
rack (>= 1.0) | ||
rails (3.0.10) | ||
actionmailer (= 3.0.10) | ||
actionpack (= 3.0.10) | ||
activerecord (= 3.0.10) | ||
activeresource (= 3.0.10) | ||
activesupport (= 3.0.10) | ||
bundler (~> 1.0) | ||
railties (= 3.0.10) | ||
railties (3.0.10) | ||
actionpack (= 3.0.10) | ||
activesupport (= 3.0.10) | ||
rake (>= 0.8.7) | ||
rdoc (~> 3.4) | ||
thor (~> 0.14.4) | ||
rake (0.9.2.2) | ||
rbx-require-relative (0.0.5) | ||
rdoc (3.11) | ||
json (~> 1.4) | ||
rest-client (1.6.7) | ||
mime-types (>= 1.16) | ||
rr (1.0.2) | ||
ruby-debug (0.10.4) | ||
columnize (>= 0.1) | ||
ruby-debug-base (~> 0.10.4.0) | ||
ruby-debug-base (0.10.4) | ||
linecache (>= 0.3) | ||
ruby2ruby (1.3.1) | ||
ruby_parser (~> 2.0) | ||
sexp_processor (~> 3.0) | ||
ruby_parser (2.3.1) | ||
sexp_processor (~> 3.0) | ||
scoped_search (2.3.5) | ||
activerecord (>= 2.1.0) | ||
sexp_processor (3.0.7) | ||
shoulda (2.11.3) | ||
sqlite3 (1.3.4) | ||
thor (0.14.6) | ||
treetop (1.4.10) | ||
polyglot | ||
polyglot (>= 0.3.1) | ||
tzinfo (0.3.31) | ||
virt (0.2.0) | ||
will_paginate (3.0.2) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
acts_as_audited (= 2.0.0) | ||
ancestry (~> 1.2.4) | ||
has_many_polymorphs! | ||
jquery-rails | ||
json | ||
mocha | ||
net-ldap | ||
rails (= 3.0.10) | ||
rest-client | ||
rr | ||
ruby-debug | ||
ruby2ruby | ||
ruby_parser | ||
safemode (= 1.0)! | ||
scoped_search (>= 2.3.4) | ||
shoulda | ||
sqlite3 | ||
virt (>= 0.2.0) | ||
will_paginate (~> 3.0.2) |
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 |
---|---|---|
@@ -1,10 +1,5 @@ | ||
# Add your own tasks in files placed in lib/tasks ending in .rake, | ||
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. | ||
|
||
require(File.join(File.dirname(__FILE__), 'config', 'boot')) | ||
|
||
require File.expand_path('../config/application', __FILE__) | ||
require 'rake' | ||
require 'rake/testtask' | ||
require 'rake/rdoctask' | ||
include Rake::DSL | ||
|
||
require 'tasks/rails' | ||
Foreman::Application.load_tasks |
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
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
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
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
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
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
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
Oops, something went wrong.