-
I am upgrading activeadmin from 0.3.0 to 0.5.0 and getting error on precompile:
Base-level rules cannot contain the parent-selector-referencing character '&'.
(in /home/personal/.rvm/gems/ruby-1.9.…
-
I have posted this question on [stackoverflow](http://stackoverflow.com/questions/13451011/fosfacebookbunlde-throws-notice-array-to-string-conversion-in-vendor-doctrine) yesterday but as far noone was…
-
Fatal error: Declaration of Gregwar\CaptchaBundle\Type\CaptchaType::buildForm() must be compatible with that of Symfony\Component\Form\FormTypeInterface::buildForm() in D:\Proyectos\symfony\vendor\bun…
-
good job guys, how about saving the offensive word's list in an XML file for future extension
you may add a button for the user to report new offensive words that can be added to the XML file
regar…
-
As of this forum topic: http://www.zenphoto.org/support/topic.php?id=32677#post-92021
The uploaders (http, flash, jquery) do work on my local test install (support build) and on zenphoto.org. They do…
-
bundle exec rails g spree_essentials:cms
[DEPRECATION] `insert_after` hook method is deprecated, replace hook call with:
Deface::Override.new(:virtual_path => "admin/configurations/index",
…
-
We have a bit of a sophisticated scenario in which we are implementing a series of forms that were once on individual pages going through a flow path, and are now going to be on one page while using A…
-
Hi All,
Forked master and cloned but cannot build/run tests with RubyMine.
There are requires to 'shoes/background' which does not exist and include_package 'org.eclipse.swt.graphics'
include_pack…
ozpos updated
12 years ago
-
Hi,
I cannot get your image resizing to work (Graphics::thumb(F3::get('PARAMS[file]'),360,240);), so I think it might contain a bug. I get the same result as I see on the main page of Fat-Free (I see…
-
http://codeigniter.com/forums/viewthread/176150/#969627
We need to use
`if ($this->form_validation->run($this) === FALSE)`
instead of
`if ($this->form_validation->run() === FALSE)`
everywhere