Description:
Discussion for Chicago Boss, the no-nonsense MVC for Erlang. All are welcome but messages from first-time posters might take a day or two to show up on the list.
|
|
|
heroku push error
|
| |
I know this is not stackoverflow, but I followed the heroku deploy
from the wiki instructions and things snag on heroku:
...
-----> Heroku receiving push
-----> Git submodules detected, installing
Submodule 'ChicagoBoss' ([link]
ChicagoBoss.git) registered for path 'ChicagoBoss'... more »
|
|
Unique constraints and indexes for modules
|
| |
I just started my first Chicago Boss based project and got stuck while
creating my first module. What I'm trying to do is create a model
where a field is used as an unique ID which *I* choose the value for.
How do I do to make the field value both indexed (so I can query it
efficiently) and unique?... more »
|
|
PDF Tutorial Part IV Item 3 Implementing Real-Time Updates with Save Hooks Not Working
|
| |
Hi, I'm very interested in CB and am seriously considering using it for a major upcoming project. However, I'm working through the tutorial for the second time and am still unable to get the part about real-time updates working. I'm using the latest CB (0.7.5), CB Admin, and Erlang R15B01. At first I thought it might be a typo on my part, so I copied & pasted the... more »
|
|
Nitrogen ++ ChicagoBoss , ChicagoBoss ++ Nitrogen
|
| |
Hi all, why not combine the dev efforts for Nitrogen and ChicagoBoss and blend them into a yet better alternative for web development in erlang? (i know, i know that's how a) flaming wars start b) usually yet another halfready framework forks ... still this is erlang world with wiser ppl involved;)... more »
|
|
boss.test.config
|
| |
I may be muddled, but I want my tests to use the boss.test.config and
when that file is not there, I see:
...
./rebar boss c=test_functional
==> bb (boss)
WARNING: "boss.test.config" not found, using default boss.config.
Starting boss and waiting all apps to initilize...
...
however, when I have it in place, the warning is gone, but it for sure... more »
|
|
Timestamp - Human Readable - Template
|
| |
Hey guys,
I've been hunting for the correct method to display an erlang time
on the page via template tags.
Example: {{2012,5,30},{16,45,59}} -> "2012-05-30 13:24:56"
I know the erlydtl function is this:
erlydtl_dateformat:format(erla ng:localtime(), "Y-m-d H:i:s"). I just
don't know how to bring that to call that in the template.... more »
|
|
Chicago Boss 0.7.5 is available
|
| |
Hi everyone,
We've had some nice patches from the past few weeks, so it feels about
time for a release. With this release we've finally nailed two BossDB
bugs that were causing big-time headaches: the MySQL timeout bug and
the Riak search bug. In addition there is an important security fix
for cb_admin. Read on for more.... more »
|
|
|