forked from jenders/ice_kickstarter
-
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.
renames the gem from "ice_kickstarter" to "infopark_kickstarter"
+ fixes #16
- Loading branch information
Falk Köppe
committed
Mar 8, 2013
1 parent
327c448
commit facd967
Showing
69 changed files
with
225 additions
and
224 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# ICE Kickstarter | ||
# Infopark Kickstarter | ||
|
||
The Kickstarter provides generators and rake tasks to quickly setup or enhance an [Infopark | ||
Cloud Express](http://infopark.de/infopark-cloud-express) Ruby on Rails project. All generated code | ||
|
@@ -19,9 +19,9 @@ Please visit our Knowledge Base to get the | |
|
||
## Testing | ||
|
||
There are two types of tests. First there are standard rspec tests of the ICE Kickstarter engine. | ||
Those include tests for the dashboard and for all generators. You can run these tests by simply | ||
calling: | ||
There are two types of tests. First there are standard rspec tests of the Infopark Kickstarter | ||
engine. Those include tests for the dashboard and for all generators. You can run these tests by | ||
simply calling: | ||
|
||
$ rake spec | ||
|
||
|
@@ -30,15 +30,15 @@ There are also integration tests, that can be run by: | |
$ rake test:integration | ||
|
||
In order to run them successfully, you need to create a ```config/local.yml``` file and put in your | ||
test tenant data. See [local.yml.template](https://github.com/infopark/ice_kickstarter/blob/master/config/local.yml.template) | ||
test tenant data. See [local.yml.template](https://github.com/infopark/infopark_kickstarter/blob/master/config/local.yml.template) | ||
for what is needed exactly. The integration tests create an entire new application execute | ||
```rails generate cms:kickstart``` and run a few other generators and then execute the tests of the | ||
newly created application. | ||
|
||
|
||
## Changelog | ||
|
||
See [Changelog](https://github.com/infopark/ice_kickstarter/blob/master/CHANGELOG.md) for more | ||
See [Changelog](https://github.com/infopark/infopark_kickstarter/blob/master/CHANGELOG.md) for more | ||
details. | ||
|
||
|
||
|
@@ -52,8 +52,8 @@ do so any time by following the steps below. | |
and CRM tenant in the Infopark console. | ||
2. Fork and clone the Infopark Kickstarter Github repository. | ||
|
||
git clone [email protected]:_username_/ice_kickstarter.git | ||
cd ice_kickstarter | ||
git clone [email protected]:_username_/infopark_kickstarter.git | ||
cd infopark_kickstarter | ||
|
||
3. We suggest using [rbenv](https://github.com/sstephenson/rbenv/). Anyway, compare your local Ruby | ||
version with the version given in `.ruby-version` and install it if necessary. | ||
|
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
.../ice_kickstarter/dashboards_controller.rb → ...park_kickstarter/dashboards_controller.rb
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 was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
app/views/ice_kickstarter/dashboards/help/_links.html.haml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
app/views/infopark_kickstarter/dashboards/content.html.haml
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,17 @@ | ||
.row-fluid | ||
%h1 | ||
CMS & CRM Content | ||
|
||
%p | ||
Gives you an overview of what currently is going on in the CMS and CRM. | ||
|
||
.row-fluid | ||
.span6.well.well-small | ||
= render('infopark_kickstarter/dashboards/content/cms_stats', stats: @cms_stats) | ||
|
||
.span6.well.well-small | ||
= render('infopark_kickstarter/dashboards/content/crm_stats', stats: @crm_stats) | ||
|
||
.row-fluid | ||
.span12 | ||
= render('infopark_kickstarter/dashboards/content/recently_published', recently_published: @cms_stats.recently_published) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
38 changes: 38 additions & 0 deletions
38
app/views/infopark_kickstarter/dashboards/help/_links.html.haml
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,38 @@ | ||
%h2 | ||
Helpful Links | ||
|
||
%ul | ||
%li | ||
= link_to(Rails.configuration.infopark_kickstarter.cms_url, target: :_blank) do | ||
Infopark CMS GUI | ||
|
||
%li | ||
= link_to(Rails.configuration.infopark_kickstarter.crm_url, target: :_blank) do | ||
Infopark CRM GUI | ||
|
||
%li | ||
= link_to(Rails.configuration.infopark_kickstarter.konsole_url, target: :_blank) do | ||
Infopark Console and Project Management | ||
|
||
%hr | ||
|
||
%ul | ||
%li | ||
= link_to(Rails.configuration.infopark_kickstarter.knowledge_base_url, target: :_blank) do | ||
Infopark Knowledge Base | ||
|
||
%li | ||
= link_to(Rails.configuration.infopark_kickstarter.support_url, target: :_blank) do | ||
Infopark Support | ||
|
||
%li | ||
= link_to(Rails.configuration.infopark_kickstarter.status_url, target: :_blank) do | ||
Infopark SaaS Status Page | ||
|
||
%li | ||
= link_to(Rails.configuration.infopark_kickstarter.github_repository_url, target: :_blank) do | ||
Github Repository | ||
|
||
%li | ||
= link_to(Rails.configuration.infopark_kickstarter.github_repository_issues_url, target: :_blank) do | ||
Github Repository Issues |
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
10 changes: 10 additions & 0 deletions
10
app/views/infopark_kickstarter/dashboards/people.html.haml
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,10 @@ | ||
.row-fluid | ||
%h1 | ||
Editors & Developers | ||
|
||
.row-fluid | ||
.span6 | ||
= render('infopark_kickstarter/dashboards/people/editors', editors: @editors) | ||
|
||
.span6 | ||
= render('infopark_kickstarter/dashboards/people/developers', developers: @developers) |
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.