cb_admin icon indicating copy to clipboard operation
cb_admin copied to clipboard

Admin interface for Chicago Boss

Results 17 cb_admin issues
Sort by recently updated
recently updated
newest added

I just installed ChicagoBoss following the github instructions. Then, I created a project: make make app PROJECT=myproject cd ../myproject Everything's cool so far, now, I want to add the admin...

when run `./rebar get-deps`, I got this error report: ``` Pulling uuid from {git,"git://gitorious.org/avtobiff/erlang-uuid.git", {tag,"9cfe9666f1"}} Cloning into 'uuid'... fatal: unable to connect to gitorious.org: gitorious.org[0: 64.13.172.37]: errno=Connection refused ERROR: git...

I am unable to link it with my project , i did all the settings accordingly but it showing me the routing error.Any help will be appreciated. where i tried...

Current version, as I just tried, will crash on "lang center" when try to parse template files. It seems because https://github.com/erlydtl/erlydtl has bumped to 0.10.0 and there is no blocktrans_extractor.erl...

cb_admin functionality to submit po files failed after upgrading to CB 0.9. It seems that simple bridge now returns request parameter values as binaries. This affect to translatable messages under...

I'm a rookie on chicagoboss.. while working on mysql with timestamp I had faced cb_admin got crashed when timestamp is set as '0000-00-00 00:00:00' and Error message is folllowing: [error]...

When tried to make a post at the following url http://localhost:8001/admin/news_api/created/type-44 cb_admin responded with: > No routes matched the requested URL. Additionally, no handler was found for processing 404 errors....

We use Mnesia as application's database, when use the cb_admin's upgrade beam code, the mnesia and ranch will be crashed. ``` shell 11:09:29.166 [error] Supervisor mnesia_kernel_sup had child mnesia_tm started...

I'm working through the Evening with Chicago Boss tutorial https://github.com/ChicagoBoss/ChicagoBoss/wiki/An-Evening-With-Chicago-Boss When I visit http://localhost:8001/admin/model/voter, as the tutorial suggests, this error shows up in the browser: An unhandled and unrecoverable error...

In the create view http://localhost:8001/admin/model/create/example, are there values the form which would be accepted as the boolean atoms? The error message doesn't give the user enough information to resolve this...