Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comfy or ComfortableMexicanSofa?? #631

Closed
rkukuczka opened this issue Apr 20, 2015 · 11 comments
Closed

Comfy or ComfortableMexicanSofa?? #631

rkukuczka opened this issue Apr 20, 2015 · 11 comments

Comments

@rkukuczka
Copy link

Hi Everybody,

I'm very new to ComfortableMexicanSofa. I've just installed the 1.8. under rails 3.22. Please enlighten me
how do relate the Comfy to ComfortableMexicanSofa. On the web there are plenty code samples regarding a 'comfy' but almost no for ComfortableMexicanSofa. How comes? Do I use a dead version or miss sth else?

@GBH
Copy link
Member

GBH commented Apr 21, 2015

I don't really understand the question. Rails 3.2 is pretty old though. So current CMS is only for Rails 4.0+

@rkukuczka
Copy link
Author

I know that the 3.22 is a history but I mount it as an engine to an existing app.

Is it possible to have the main app working on rails 3.22 and engine with rails 4.0?

independly from rails version. What is the relation of comfy to ComfortableMexicanSofa?

Regards

On 21 Apr 2015, at 15:58, Oleg notifications@github.com wrote:

I don't really understand the question. Rails 3.2 is pretty old though. So current CMS is only for Rails 4.0+


Reply to this email directly or view it on GitHub.

@GBH
Copy link
Member

GBH commented Apr 21, 2015

No, you can't use engine made for Rails 4.0 with Rails 3.2 app. Well, sometimes you can if there are no breaking dependencies, but generally Rails 4.0 and 3.2 are pretty different. Strong params, for example.

What other "comfy" you're talking about?

@rkukuczka
Copy link
Author

I use

Gemfile:

rails ‘3.22’
...
gem 'comfortable_mexican_sofa', '~> 1.8.0’ in my main app’s gem file
and I need to have this in my route.

CMS

ComfortableMexicanSofa::Routing.admin(:path => ‘/a/admin')

Make sure this routeset is defined last

ComfortableMexicanSofa::Routing.content(:path => ‘/a', :sitemap => false)

why no comfy? because it is not available. Shall I upgrade to rails 4 in order to use comfy namespae everywhere or I miss sty else?

Greetings

On 21 Apr 2015, at 16:34, Oleg notifications@github.com wrote:

No, you can't use engine made for Rails 4.0 with Rails 3.2 app. Well, sometimes you can if there are no breaking dependencies, but generally Rails 4.0 and 3.2 are pretty different. Strong params, for example.

What other "comfy" you're talking about?


Reply to this email directly or view it on GitHub.

@GBH
Copy link
Member

GBH commented Apr 21, 2015

That's what 1.8 version did for routing. And yeah, it didn't have Comfy:: namespace yet.

@rkukuczka
Copy link
Author

So I need to use another version or what you suggest?

On 21 Apr 2015, at 17:29, Oleg notifications@github.com wrote:

That's what 1.8 version did for routing. And yeah, it didn't have Comfy:: namespace yet.


Reply to this email directly or view it on GitHub.

@GBH
Copy link
Member

GBH commented Apr 21, 2015

If you want to use current version of CMS, you need to have a Rails 4.0+ app.

@rkukuczka
Copy link
Author

I understand. Where to get documentation for the old version from?

On 21 Apr 2015, at 17:50, Oleg notifications@github.com wrote:

If you want to use current version of CMS, you need to have a Rails 4.0+ app.


Reply to this email directly or view it on GitHub.

@GBH
Copy link
Member

GBH commented Apr 21, 2015

Not much of the documentation, but you can browse source code for that version: https://github.com/comfy/comfortable-mexican-sofa/tree/v1.8.5

@rkukuczka
Copy link
Author

Oleg,

the light at the end of the tunnel :)

When I try to summarise my problems today I see that the Wiki is the main obstacle. There is no version info and It references the version 2.0 at the same time it is available from github page with examples giving examples of installing by 1.8
For someone new in this field it is not that easy to sort it out.

I do not see version information anyway.
Do you think there is a version in wiki that I shall reference to, or pay more attention to? I see I can edit the page but I think it is not a very good idea that a not-very-experienced coder like me can modify it on will :)

Anyway thank you very much for assistance.

Best Regards

On 21 Apr 2015, at 20:44, Oleg notifications@github.com wrote:

Not much of the documentation, but you can browse source code for that version: https://github.com/comfy/comfortable-mexican-sofa/tree/v1.8.5


Reply to this email directly or view it on GitHub.

@GBH
Copy link
Member

GBH commented Apr 21, 2015

Wiki should only have info on the current version. There's no versioning of content there.
New users generally install currently available version, and not one from 2 years ago (v 1.8)
If you have issues with getting 1.8 running, post them on googlegroups.

@GBH GBH closed this as completed Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants