Is there a list of which radiant works with which raisl and which ruby etc?

22 views
Skip to first unread message

Anton Aylward

unread,
Sep 2, 2015, 10:06:59 PM9/2/15
to Radiant CMS
I'm having awful problems getting a combination that works, be it on Ubuntu or Suse.

I can't get a version/cobination where radiant builds a application tree with ubuntu and I can't get rake to work with the version I get loaded with Suse.

Its very frustrating.

Horst Rischbode

unread,
Sep 6, 2015, 4:37:13 PM9/6/15
to radia...@googlegroups.com
Don't know, if anyone has a valid list. Below my findings on Ubuntu 14.04 LTS. As far as I figured out you will have to deal with rails 2.3.17 and it's dependencies as well, before you can start using radiant.

Nothing I would use for a fresh install of any cms that should go to production but for me it has worked for years now. Hope this is of any interest.

Regards
Horst

---
rvm rubies

=> ruby-1.9.3-p551 [ x86_64 ]
   ruby-2.1.5 [ x86_64 ]
 * ruby-2.2.0 [ x86_64 ]

# => - current
# =* - current && default
#  * - default
---

And Gemfile:

---
source :rubygems

gem 'rake', '10.0.2'
gem 'aws-sdk-v1'

# If you make any changes in this file, please run `bundle install`.
# If new versions of your installed gems are available, run `bundle update`

gem "radiant", "~> 1.1.3"
gem "compass-rails", "~> 1.0.3"

# alternatively, in development
# gem "radiant", :path => "/path/to/radiant/root"

# Uncomment to support CoffeeScript with a JS runtime (used in the Sheets extension)
# gem "execjs"
# And you may need one of these:
# gem "mustang" # Google V8 for Ruby
# gem "therubyracer" # Google V8 for Ruby
# gem "therubyrhino" # Mozilla Rhino for JRuby
# gem "johnson" # Mozilla SpiderMonkey for Ruby

# SQLite is the default database connection but only suitable for local use
# gem "sqlite3", "~> 1.3.5"

# To use MySQL
# gem "mysql", "~> 2.8.1"
gem "activerecord-mysql2-adapter", "~> 0.0.3"
gem "mysql2", "0.2.18"

# Postgres
# gem "pg", "~> 0.11.0"

# IBM DB2
# gem "db2", "~> 2.6.2"

# SQL Server
# gem "tiny_tds"
# gem "activerecord-sqlserver-adapter", "~> 3.1.0"

# Default Extensions
gem "radiant-archive-extension",             "~> 1.0.7"
gem "radiant-clipped-extension",             "~> 1.1.0"
gem "radiant-debug-extension",               "~> 1.0.2"
gem "radiant-exporter-extension",            "~> 1.1.0"
gem "radiant-markdown_filter-extension",     "~> 1.0.2"
gem "radiant-sheets-extension",              "~> 1.1.0"
gem "radiant-snippets-extension",            "~> 1.1.0"
gem "radiant-site_templates-extension",      "~> 1.0.4"
gem "radiant-smarty_pants_filter-extension", "~> 1.0.2"
gem "radiant-textile_filter-extension",      "~> 1.0.4"


# Language packs
# gem "radiant-dutch_language_pack-extension",    "~> 1.0.0"
# gem "radiant-french_language_pack-extension",   "~> 1.0.0"
# gem "radiant-german_language_pack-extension",   "~> 1.0.0"
# gem "radiant-italian_language_pack-extension",  "~> 1.0.0"
# gem "radiant-japanese_language_pack-extension", "~> 1.0.0"
# gem "radiant-russian_language_pack-extension",  "~> 1.0.0"

# A standard gem extension
# gem "radiant-example-extension", :version => "~> 1.0.0"
gem "radiant-parameterized_snippets-extension", "~> 1.0.1"

# Your own forked extension
# gem "radiant-modified-extension", :git => "git://github.com/your/fork.git"

# A local extension in development
# gem "radiant-new-extension", :path => "/path/to/extension/root"

# Gems you would like to have in your development environment
# group :development do
#   gem "wirble"
# end

# If you're running tests or specs
# group :test do
#   gem "cucumber-rails",   "~> 0.3.2"
#   gem "database_cleaner", "~> 0.6.5"
#   gem "webrat",           "~> 0.7.3"
#   gem "rspec-rails",      "~> 1.3.3"
#   gem "sqlite3",          "~> 1.3.4"
#   gem "ZenTest",          "4.6.0"
# end
---
--

---
You received this message because you are subscribed to the Google Groups "Radiant CMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to radiantcms+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages