RapidApp icon indicating copy to clipboard operation
RapidApp copied to clipboard

Turnkey ajaxy webapps

Results 53 RapidApp issues
Sort by recently updated
recently updated
newest added

If there is no opposition on principle, I'd like to convert the source tree to a strict `` regime. Besides the obvious changes (which are invisible under `git blame -w`)...

Running the following emits a number of weird exceptions (**ignoring** deprecations): ``` rabbit@Ahasver:~/devel/rapidapp$ find lib/ -name '*.pm' -exec perl -Ilib -e ' (my $mod = substr(q({}), 4, -3 )) =~...

As [said elsewhere](https://github.com/dbsrgits/dbix-class/blob/v0.082820/lib/DBIx/Class/Storage.pm#L493) Hash::Merge... has design shortcomings. In your case the problem is apparent from the following oneliner: ``` perl -Ilib -e ' use RapidApp::Util "merge"; use Devel::Dwarn; my $something_far_far_away...

We have been using `CatalystX::InjectComponent`, but this is now supported in Catalyst core as of version 5.90090. Additionally, `RapidApp::Builder` now conflicts with Catalyst 5.90090 because it uses the same config...

Ext.ux.RapidApp.showIframeWindow is the very old, before the `Template::Controller` stuff, and needs brought into the fold with the newer stuff (or unfactored). It is only used in one place, the HtmlEditor...

Factor the stuff here: https://github.com/vanstyn/RapidApp/blob/master/lib/RapidApp/TableSpec/Role/DBIC.pm#L1423-L1435 to probably use the new stuff here: https://github.com/vanstyn/RapidApp/blob/77053f8c9d9bce334b74271078c973a54b5d2ad3/lib/RapidApp/DBIC/Component/VirtualColumnsExt.pm#L132-L142

When bootstrapping a new app with `rapidapp.pl` and the `RapidDbic` helper, if the DBD driver being used is broken (such as `DBD::mysql`), the associated exception doesn't make it through to...

(low)

Using `RapidApp::Test`, unit tests need to be written to simulate various forms of calls from the JavaScript function `Ext.ux.RapidApp.WinFormPost`: - Proper response structure for an Ajax call - Proper response...

Test Coverage