|
|
|
## Summary
|
|
|
|
|
|
#### Update to AweSim Appkit 1.0
|
|
#### Update to AweSim Appkit 1.0
|
|
|
|
|
|
To transition your app to the OOD infrastructure, your app must be compatible with the AweSim appkit v1.0.
|
|
To transition your app to the OOD infrastructure, your app must be compatible with the AweSim appkit v1.0.
|
... | @@ -10,6 +12,8 @@ Due to changes in the OOD gems, OOD applications will need to have a _minimum_ R |
... | @@ -10,6 +12,8 @@ Due to changes in the OOD gems, OOD applications will need to have a _minimum_ R |
|
|
|
|
|
We will be replacing the `awesim_rails` gem with the `ood_appkit` gem, and updating the rest of the OOD dependencies to work with the latest version of OodAppkit.
|
|
We will be replacing the `awesim_rails` gem with the `ood_appkit` gem, and updating the rest of the OOD dependencies to work with the latest version of OodAppkit.
|
|
|
|
|
|
|
|
## Steps
|
|
|
|
|
|
#### 1. Clone the existing app to a directory under `/awesim/share`
|
|
#### 1. Clone the existing app to a directory under `/awesim/share`
|
|
|
|
|
|
Do this through the dashboard web UI or via the shell on apps-test.awesim.org.
|
|
Do this through the dashboard web UI or via the shell on apps-test.awesim.org.
|
... | @@ -23,7 +27,7 @@ Do this through the dashboard web UI or via the shell on apps-test.awesim.org. |
... | @@ -23,7 +27,7 @@ Do this through the dashboard web UI or via the shell on apps-test.awesim.org. |
|
+gem 'rails', '4.1.15' # Use the latest patch version
|
|
+gem 'rails', '4.1.15' # Use the latest patch version
|
|
```
|
|
```
|
|
|
|
|
|
Follow the update guides for:
|
|
Follow the update guides for updating Rails:
|
|
|
|
|
|
* http://guides.rubyonrails.org/upgrading_ruby_on_rails.html#upgrading-from-rails-4-0-to-rails-4-1
|
|
* http://guides.rubyonrails.org/upgrading_ruby_on_rails.html#upgrading-from-rails-4-0-to-rails-4-1
|
|
* http://guides.rubyonrails.org/upgrading_ruby_on_rails.html#upgrading-from-rails-4-1-to-rails-4-2
|
|
* http://guides.rubyonrails.org/upgrading_ruby_on_rails.html#upgrading-from-rails-4-1-to-rails-4-2
|
... | | ... | |