BrowserCMS is a general purpose, open source Web Content Management System (CMS), written in Ruby on Rails.
0
votes
0answers
85 views
Rails Integration with CMS - REST/JSON capabilities/stability of Drupal/Wordpress/BrowserCMS?
We are planning a member directory app in rails that will interface with user accounts and recent posts within a CMS (primarily pulling posts to attach to their directory listing(s)). We are deciding ...
0
votes
1answer
42 views
How to allow user to change password in BrowserCMS?
I have generated normal reset password portlet for non-admin users and inserted it to the page, but it seems not to be working. It just does nothing while submitted.
The code of portlet is the ...
0
votes
0answers
41 views
browsercms, mapping existing pages into CMS
Have installed browsercms successfully into existing rails app. Now i want the static pages of current app available into CMS, for editing. How to go about this?
0
votes
0answers
36 views
browsercms translation
I can't find yml file for browsercms locales that translate this sistem on other language, same one to know where i can find en.yml file or ru.yml for this sistem? Thanks for the help.
0
votes
0answers
59 views
Upgrading Browsercms from 3.3.1 to 3.4.x throws “NameError in Cms::ContentController#show , uninitialized constant Portlet”
There is a project built on browsercms version 3.3.1 which uses ruby 1.9.2 and rails 3.0.7. Now i want to upgrade it to rails 3.1.x with browsercms version 3.4.0. I followed the guide mentioned at ...
6
votes
2answers
3k views
undefined method `name' for “actionmailer”:String
I've an old version of Rails project which was built using BrowserCMS
in the config/environment file
RAILS_GEM_VERSION = '2.3.4' unless defined? RAILS_GEM_VERSION
so I installed this gems using ...
0
votes
1answer
69 views
Gallery fo bcms 3.3.3 error - ruby on rails
heeey!)
I was trying to make a gallery but i get an error on file upload
model gallery.rb
class Gallery < ActiveRecord::Base
acts_as_content_block
has_attached_file :avatar, :styles => { ...
3
votes
1answer
218 views
undefined method `load_missing_constant' for module `ActiveSupport::Dependencies'
I have a problem when I create new project using BrowserCMS,
so i just installed the gem
$ gem install browsercms
and when i create new project
$ bcms demo project_name
after bundle complete i ...
1
vote
1answer
390 views
Rails CMS - Reuse
I would like a Rails CMS that allows me to create store pages. I have a web service (or separate database) of store locations, with their hours of operation, address, and pictures. The CMS should ...
0
votes
1answer
179 views
Setting up Email Portlet in Browsercms
How to use Email Portlet provided by Brosercms to setup a mailer ?
I am getting the following error if i directly use the email-portlet(with the pre-defined template) in one of my website pages: ...
4
votes
1answer
224 views
BrowserCMS and Paperclip
BrowserCMS can "delete" objects, which basically sets the :deleted attribute to true. Paperclip runs the following code initially to get all objects of a specific class:
...
1
vote
1answer
541 views
Blueprint, Sass and BrowserCMS
I like quite much browserCMS. And I also favour sass and blueprint. I would like to make these things to play together. Although I read somewhere brosercms can sass and blueprint, it is not obvious ...