BrowserCMS is a general purpose, open source Web Content Management System (CMS), written in Ruby on Rails.
Questions tagged [browsercms]
7 questions
16
votes
2 answers
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 rvm so I can run it
$ gem list
*** LOCAL GEMS…

Azzurrio
- 1,330
- 1
- 17
- 35
4
votes
1 answer
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:
Person.connection.select_values(Person.send(:construct_finder_sql, :select =>…

slant
- 905
- 8
- 15
2
votes
1 answer
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 got this error
rake cms:install:migrations
rake…

Azzurrio
- 1,330
- 1
- 17
- 35
1
vote
1 answer
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 for me how to really have it there. Can you…

fifigyuri
- 5,771
- 8
- 30
- 50
0
votes
1 answer
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: ERROR: undefined method `cms_handler_path' for…

abhishek77in
- 1,848
- 21
- 41
0
votes
1 answer
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 standard:
<% if flash_scope = flash[:reset_password]…

Roope Hakulinen
- 7,326
- 4
- 43
- 66
0
votes
1 answer
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 => { :thumb => "291x191#" }
#attr_accessible :images
…

Vik Ewoods
- 3
- 1