Posts by brunowff • 132 points
6 posts
-
2
votes1
answer287
viewsA: Why is the translation path not being found?
Could you enter the Decorator code? It may be a problem with the variable "type". In relation to Translation Missing de I18n.t("alert_system.schedules.on") I realized it works if you change the "on"…
-
1
votes1
answer171
viewsQ: "Sqlite3::Sqlexception: no such table: main.Category" running rake db:migrate with Gem Acestry
I’m having a hard time using Gem Acestry in so far as it says: Add index to Migration: add_index [table], :ancestry (UP) / remove_index [table], :ancestry I’m creating a method called Category and…
-
0
votes1
answer135
viewsQ: What is the best method in Rails to create a self-reported category?
I would like a hint to create a self-referenced category where it would be possible to add daughter categories of her own and so susceptibly for the purpose of building a tree using the same object.…
-
0
votes2
answers704
viewsA: Component pe:Masterdetail does not work on dynamic pages
Try to put the <h:form> <p:commandButton action="#{theBean.goToPage('masterDetailPage.xhtml')}" update=":centerContent"/> </h:form> <h:form id="centerContent"> <ui:include…
-
4
votes1
answer816
viewsQ: How to update with AJAX a list after the action of a remote form?
I have a problem I’ve never had in Java but I’m almost going crazy in Rails. I’m developing a project where there are users and groups. So I created a separate model for relationship N:N between…
-
3
votes1
answer1745
viewsQ: Syntax error, Unexpected keyword_end, expecting end-of-input
I’m in a lot of trouble (It may be ridiculous thing but I don’t know what to do anymore). The following error is appearing: Syntaxerror in Group::Groupsuserscontroller#create…