Questions tagged [nestacms]

12 questions
2
votes
3 answers

Ruby Blog: Toto vs Nesta

I need a simple and lightweight blog engine that plays well with Heroku. So far, I found Toto and Nesta and both seem to be great candidates and have a rather similar feature list. Since I have to make a quick decision Im interested in pragmatic…
goliatone
  • 2,183
  • 16
  • 29
2
votes
1 answer

Filter articles by category with Nesta CMS

We want to display article summaries for a given category. Standard index page is build like this: %section.articles= article_summaries(latest_articles) but I see no way of filtering articles by category.
Yarin
  • 173,523
  • 149
  • 402
  • 512
1
vote
1 answer

nestacms and webbynode rapp

I would like to deploy a nestacms blog on webbynode by using the webbynode gem as allways I do with rails. Altough Webbynode seem to support Sinatra and Rack application easily, I get a WARNING during deployment stating that the application will not…
microspino
  • 7,693
  • 3
  • 48
  • 49
1
vote
1 answer

Setting pagination in nestacms

I'm using nestacms for a new website. I'm trying to add pagination where i'm listing articles. There's no documentation on the official website. I've tried with following gems : will_paginate kaminary But I don't get it. Do somone knows how to add…
James
  • 177
  • 3
  • 16
1
vote
0 answers

Using ERB for Nesta layout and page templates

I'm trying to get Nesta to use .erb templates for layout and page templates, but confused as to how to go about it. With partials, it's easy: = haml :header, :layout => false becomes: = erb :header, :layout => false However, I can't figure out…
Yarin
  • 173,523
  • 149
  • 402
  • 512
1
vote
1 answer

Creating pages with Nesta on Heroku

I am looking to roll a simple CMS with Ruby and preferably Sinatra. www.nestacms.com looks like a terrific candidate. Some key objectives: Allow business users to add/edit/remove pages (not via git but via app functionality) Deploy on Heroku As I…
Daniel May
  • 2,192
  • 5
  • 25
  • 43
0
votes
1 answer

Is it possible to achieve following with Rails (+ Nesta): myapp.com/blog/1/post/4?

I am trying various CMS for current project and Nesta looks interesting. I wonder though, how (if it is at all possible) one would model an app, where multiple users can create blogs via Nesta integrated into an existing Rails app? I guess, I have…
Stpn
  • 6,202
  • 7
  • 47
  • 94
0
votes
1 answer

Nesta CMS and Rails3 integration: menu is not working

I already made some successfully experiments integrating nesta with rails 3 (see Is it possble include Nesta CMS into Rails3 application? and Nesta CMS and Rails3 integration: adding blog to an exiting rails 3 application) But than, I needed a menu…
0
votes
1 answer

Nesta CMS and Rails3 integration: adding blog to an exiting rails 3 application

I'm adding nesta (0.9.8) cms, to an existing Rails 3.0.10 application. I get the blog up and running but not the layout/stylesheets. What i did until now is : 1. inside rails app main root, add gem 'nesta', gem 'sass' and run 'bundle' 2. run…
0
votes
2 answers

Nesta articles summaries. Cut tag in haml pages

Is there any way to avoid duplication of summaries and first paragraphs or the article for .haml pages? Now I have to copy and paste them every time. The ideal case is to use to split the article with read_more link.
Mikhail Chuprynski
  • 2,404
  • 2
  • 29
  • 42
0
votes
2 answers

Nesta CMS on linux not show latest articles

Anyone experience an inability for Nesta CMS to show the latest articles on linux? Running Ubuntu 12.04. I can navigate to the article localhost:9393/filename and it shows up fine. I have tried running under both shotgun and rackup with no…
pghtech
  • 3,642
  • 11
  • 48
  • 73
0
votes
1 answer

How to get content to display on Heroku from a Ruby app built with Nesta CMS?

I added the demo files and ran the app just fine locally But I ran into problems when i deployed to heroku, the content was not showing I read through the documentation on the official site for nesta at…
JGallardo
  • 11,074
  • 10
  • 82
  • 96