Skip to content

Instantly share code, notes, and snippets.

!!!DOCTYPE
%html
%head
= render :partial => "shared/head"
= yield :head
%body
#container.container
.span-22.prepend-1
= yield
.clear
- content_for :head do
= stylesheet_link_tag "smoothness/jquery-ui.css"
= stylesheet_link_tag "../javascripts/markitup/skins/markitup/style.css"
= stylesheet_link_tag "../javascripts/markitup/sets/textile/style.css"
= stylesheet_link_tag "jquery.Jcrop.css"
#tabs
%ul
%li=link_to "About", '#about', :class => 'selected'
%li=link_to "Body", '#page_body'
Rails CMS alternatives
======================
Note: project activity was checked on 11/26/09 for most of these projects, and the "last update" field has not been kept up to date since then.
Active projects:
---------------
adva-cms
repo: http://github.com/svenfuchs/adva_cms/
site: http://adva-cms.org/
Last update: 11/24/09
ruby(3860,0x1022ac000) malloc: *** error for object 0xe85d8948e5894855: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap
15:01:38,931 INFO [org.torquebox.rack.deployers.RackEnvironmentDeployer] RACK_ENV=development
15:01:38,942 INFO [org.torquebox.rails.deployers.RailsAutoloadPathDeployer] Checking for autoload paths
15:01:38,942 INFO [org.torquebox.rails.deployers.RailsAutoloadPathDeployer] Autoloading classes from vfs:/Users/craig/mpw_marketing/totaline_tester/app/tasks
15:01:38,943 INFO [org.torquebox.rails.deployers.RailsAutoloadPathDeployer] Autoloading classes from vfs:/Users/craig/mpw_marketing/totaline_tester/app/jobs
15:01:39,269 INFO [org.torquebox.interp.deployers.RuntimePoolDeployer] Deploying runtime pool: [PoolMetaData: name=web type=SHARED]
15:01:42,418 INFO [org.torquebox.rack.core.RackRuntimeInitializer] Current directory: /Users/craig/mpw_marketing/totaline_tester
15:01:48,407 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Create: name=torquebox.totaline_tester.RubyRuntimePool.web state=Configured: org.jruby.exceptions.RaiseException: no such file to load -- vfs
16:55:26,664 INFO [org.torquebox.rails.deployers.AppRailsYamlParsingDeployer] RackApplicationMetaData:
root="/Users/craig/mpw_marketing/totaline_tester"
env=development
script=null
rackup=null
host=[]
context=/totaline
static=null
......
16:55:26,767 INFO [org.torquebox.rack.deployers.RackEnvironmentDeployer] RACK_ENV=development
DEPLOYMENTS IN ERROR:
Deployment "torquebox-bootstrap:0.0.0" is in error due to the following reason
(s): ** NOT FOUND Depends on 'torquebox-bootstrap:0.0.0' **
Deployment "TorqueBoxBootstrap" is in error due to the following reason(s): or
g.jboss.deployers.spi.DeploymentException: JRUBY_HOME does not exist: "/C:/C:\to
rquebox\jruby"
[INFO] --- maven-source-plugin:2.1.1:jar (default) @ torquebox-vdf-test-support
---
[WARNING] Artifact org.torquebox:torquebox-vdf-test-support:java-source:sources:
1.0.0.CR1-SNAPSHOT already attached to project, ignoring duplicate
[INFO]
[INFO] --- maven-install-plugin:2.3:install (default-install) @ torquebox-vdf-te
st-support ---
[INFO] Installing C:\torquebox\build-support\vdf-test-support\target\torquebox-v
df-test-support.jar to C:\Documents and Settings\Acer\.m2\repository\org\torqueb
ox\torquebox-vdf-test-support\1.0.0.CR1-SNAPSHOT\torquebox-vdf-test-support-1.0.
it "should work for home dirs" do
pwd = Dir.pwd
dir = Dir.chdir { Dir.pwd }
dir.downcase.should == ENV['HOME'].downcase # Fails with expected "c:\\users\\craig" got "c:/users/craig" (using ==)
pwd.should == Dir.pwd
end
# Are both of these formats valid?
@craigmcnamara
craigmcnamara / TB Build Failure Win7 under cmd
Created March 11, 2011 16:25
Build Failure with the dir_spec.rb:252 expectation removed. Wanted to see how far I could get.
[INFO] ------------------------------------------------------------------------
[INFO] Building TorqueBox Web Core 1.0.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-plugin-versions) @ torquebox-web-core ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ torquebox-web-core ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ torquebox-web-core ---