Search Type: Posts; User: atwoodjw
Search: Search took 0.01 seconds.
-
20 Nov 2011 1:48 PM
Jump to post Thread: Rails 3.1 & ExtJS 4 (MVC) by atwoodjw
- Replies
- 3
- Views
- 2,534
I ended up just writing a Rake task, since I'm a Ruby n00b.
Let me know if you come up with something better.
Thanks,
J
require 'coffee-script'
require 'find' -
17 Nov 2011 1:01 PM
- Replies
- 8
- Views
- 5,535
I suspect the real issue is that the classes in the Portal example are namespaced "Ext.app", which collides with core Ext classes (i.e. Ext.app.Controller). Not sure why this was done.
-
15 Nov 2011 8:57 PM
Jump to post Thread: Rails 3.1 & ExtJS 4 (MVC) by atwoodjw
- Replies
- 3
- Views
- 2,534
Following Drew Neil's Sencha Touch example from SenchaCon 2011, I set out to create a basic Rails 3.1 application w/ an Ext JS 4 (MVC) front-end.
As Drew suggested, I structured the application... -
29 Aug 2011 7:49 PM
Jump to post Thread: How to extend a Model by atwoodjw
- Replies
- 15
- Views
- 2,565
Using the "extend" config element looks very promising, but I'm seeing a weird issue when extending a base model more than 1x.
Ext.regModel('Base', {
proxy: {
type: 'ajax',
... -
2 May 2011 4:39 PM
- Replies
- 0
- Views
- 841
What is the best way to create a data-bound panel for a single record? DataView's seem geared towards displaying a collection of records, not a single record. I'd like to tie the panel's load mask...
-
14 Apr 2011 8:19 PM
- Replies
- 0
- Views
- 1,487
I'm trying to get a hasMany association to lazy load the appropriate records from my RESTful Rails back-end. So really, this is more of a Ruby question. But hopefully its helpful to others.
I have... -
14 Apr 2011 8:19 AM
Jump to post Thread: Model Association Query by atwoodjw
- Replies
- 10
- Views
- 2,999
So I'm a little late to this party, but I was just noticing the same thing about REST in Sencha Touch / Ext JS 4. It's worth noting that
/posts.json?filter=[{"property":"user_id","value":1}] and ... -
10 Apr 2011 11:36 AM
Jump to post Thread: Best Design for Requiring Login? by atwoodjw
- Replies
- 0
- Views
- 481
I'm trying to implement a MVC app that requires a login. The main view is a TabPanel with different panels (w/ list) for 'Stories', 'Authors', etc. Rather than displaying the login panel when the...
-
2 Apr 2011 5:48 PM
- Replies
- 25
- Views
- 4,934
Can someone explain this a bit more? I'm using sidragon's RestProxy and now asynchronous calls have the correct ID in the URL, but the record being returned in the success callback is undefined.
I... -
8 Nov 2010 9:01 AM
Jump to post Thread: Ext Designer Code by atwoodjw
- Replies
- 1
- Views
- 776
Hi All,
I have question about Ext Designer and the way it generates code.
Designer takes a novel approach to generating code -- for every root element in a project, it generates...
1x UI... -
29 Oct 2010 12:42 PM
- Replies
- 8
- Views
- 1,759
This doesn't look like it's been addressed in 3.3.0. I'm in a situation where I can't modify the DOCTYPE -- are there any other options?
-
28 Sep 2010 9:04 AM
- Replies
- 1
- Views
- 646
I've seen several examples of adding a "click" event listener to MyGrid.js (which extends MyGrid.ui.js), but no examples of adding events to the associated DataStore. How is this accomplished using...
Results 1 to 12 of 12
