On Thu, Mar 20, 2014 at 4:45 PM, George Christman
wrote:
> So far it's been really cheap. 59 dollars for the month and im running a
> second rds to host my old database. Keep in mind im still under the free
> tier, but realisticly where are you going to get this kind of support or
> hardware this
Figured it out, I found Thiago's example with the requestfilter. That seems
to have resolved my issue.
On Sat, Mar 22, 2014 at 8:07 PM, George Christman
wrote:
> now I'm getting a 200 response however it just redirects me to my home
> page.
>
>
> http://localhost:8080/auto/modules.gz/vendor/cked
now I'm getting a 200 response however it just redirects me to my home
page.
http://localhost:8080/auto/modules.gz/vendor/ckeditor/skins/bootstrapck/editor_gecko.css?t=E1PE
On Sat, Mar 22, 2014 at 7:52 PM, George Christman
wrote:
> Hi guys, I've been struggling to get a newer version of ckedito
Hi guys, I've been struggling to get a newer version of ckeditor working
with 5.4 with limited success. I'm using requirejs and have successfully
got my js working, however I'm running into a brick wall when it comes to
the css and images. It looks as if the css and images are being called
directly
Hi Kalle, thank you for your quick response and pointer. I stopped on this
testApp track and started focusing on defining a realm based a set of
tables in an existing MySQL database and started making some progress.
I'll also take a look at the Federated Accounts example.
Thanks,
James
On Sat
The embedded webapp is used for integration testing with
TapestrySecurityIntegrationTest. The easiest way to see the testapp is to
put a breakpoint in one of the tests, run the test and navigate to
localhost:8180. You could technically run the test app via run-jetty-run
but it's not a good example
Hi All,
I am still relatively new to Tapestry but I have built simple things
for proof-of-concept using Tapestry (the latest 5.4-beta-3). I am now
looking at incorporating security requirements by leveraging the
Tapestry-Security project (latest version 0.6.1-SNAPSHOT). I have it set
up in Ec