ExtJS and Rails examples

Visto 41 veces
Saltar al primer mensaje no leído

Jacob Pedersen

no leída,
22 nov 2007, 11:21:5722/11/07
a rubyonra...@googlegroups.com
Hi

I'm looking for some opensource sites or examples where Rails is used
with ExtJS.
I looked at the example on the ExtJS site, witch also is very fine, but
i need some more examples to get further!

So does any of you know some good sites with examples or maybe hole
apps?

Best regards

Jacob Pedersen
--
Posted via http://www.ruby-forum.com/.

Peter De Berdt

no leída,
22 nov 2007, 14:24:5822/11/07
a rubyonra...@googlegroups.com

On 22 Nov 2007, at 17:21, Jacob Pedersen wrote:

I'm looking for some opensource sites or examples where Rails is used

with ExtJS.

I looked at the example on the ExtJS site, witch also is very fine, but

i need some more examples to get further!


So does any of you know some good sites with examples or maybe hole

apps?


I can't help you here, and you won't find that many resources on the net either. However, since Rails has this convenient to_json method, it's quite easy to integrate with ExtJS. ExtJS has a pretty good documentation, so you should be focussing on that. Make a mockup interface using what you can find in the ExtJS examples and docs and once you're finished, use rails to fit in the dynamic data.

If you don't know ruby and/or rails, you should buy the agile web development with rails book, it's great to learn the framework. Once you've got the hang of that, you can move on to ExtJS, which is a Javascript-based components library, no need and overkill to try learn both at once IMHO.


Best regards


Peter De Berdt


Jacob Pedersen

no leída,
22 nov 2007, 15:22:3422/11/07
a rubyonra...@googlegroups.com
Peter De Berdt wrote:
> I can't help you here, and you won't find that many resources on the
> net either. However, since Rails has this convenient to_json method,
> it's quite easy to integrate with ExtJS. ExtJS has a pretty good
> documentation, so you should be focussing on that. Make a mockup
> interface using what you can find in the ExtJS examples and docs and
> once you're finished, use rails to fit in the dynamic data.
>
> If you don't know ruby and/or rails, you should buy the agile web
> development with rails book, it's great to learn the framework. Once
> you've got the hang of that, you can move on to ExtJS, which is a
> Javascript-based components library, no need and overkill to try
> learn both at once IMHO.
>
>
> Best regards
>
> Peter De Berdt

Thanks for your reply!

I'm actually reading the book you are referring to right now, and i'm
soon done.
I think I will look at the ExtJS examples, and try to incorporate some
Rails!

Best Regards

Piotr Nowak

no leída,
22 nov 2007, 15:54:0322/11/07
a rubyonra...@googlegroups.com
Jacob Pedersen pisze:

just create partial parametrised with some objects.
next you can reference those parts by passing some variables to it and
thus have rendering js done quite elegant with pure ruby.

Nathaniel Brown

no leída,
25 nov 2007, 14:53:0625/11/07
a rubyonra...@googlegroups.com
Be sure to check out the EXTJS Rails plugin here...

http://svn.toolbawks.com/toolbawks_extjs/trunk/

It has tight integration with Rails, deploying in a very simple and automatic fashion.

Nathaniel.
--
Nathaniel Steven Henry Brown
604-724-6624

Martin Rehfeld

no leída,
8 ene 2008, 9:05:378/1/08
a Ruby on Rails: Talk
There seem to be some efforts regarding plugins for Rails and Ext JS.
Here are the ones I know of:
* Toolbawks Ext (seems to be an installation helper):
http://svn.toolbawks.com/toolbawks_extjs/trunk/INSTALL
* Ext plugin (providing controller methods to generate Ext components
- not sure whether this is being actively developed, support for Ext
2.0 seems to be coming in the future?): http://wota.jp/ac/?date=20070406
* An "Experiment" providing Rails helpers for Ext JS, looks abandoned
as code is no longer around: http://extonrails.com/

I recently played with Ext and Rails myself and documented the effort
here:
http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/

This demonstrates basic solutions for Rails integration and features a
"soon-to-be-announced" Ext Scaffold Generator plugin for Rails - a
preview version is available on Rubyforge: http://rug-b.rubyforge.org/svn/ext_scaffold

Regards,
Martin Rehfeld

On Nov 22 2007, 5:21 pm, Jacob Pedersen <rails-mailing-l...@andreas-

Ventura Ventura

no leída,
29 ene 2008, 5:14:0229/1/08
a rubyonra...@googlegroups.com
Jacob Pedersen wrote:
> Hi
>
> I'm looking for some opensource sites or examples where Rails is used
> with ExtJS.
> I looked at the example on the ExtJS site, witch also is very fine, but
> i need some more examples to get further!
>
> So does any of you know some good sites with examples or maybe hole
> apps?
>
> Best regards
>
> Jacob Pedersen

You can find an entire admin generator here:
http://rails.lipsiasoft.com/projects/show/lipsiadmin

and some working example here:
http://rails.lipsiasoft.com/wiki/lipsiadmin

Peter De Berdt

no leída,
29 ene 2008, 5:19:5129/1/08
a rubyonra...@googlegroups.com

On 29 Jan 2008, at 11:14, Ventura Ventura wrote:

I'm looking for some opensource sites or examples where Rails is used

with ExtJS.

I looked at the example on the ExtJS site, witch also is very fine, but

i need some more examples to get further!


So does any of you know some good sites with examples or maybe hole

apps?


Best regards


Jacob Pedersen


You can find an entire admin generator here: 

http://rails.lipsiasoft.com/projects/show/lipsiadmin


and some working example here: 

http://rails.lipsiasoft.com/wiki/lipsiadmin


And let's not forget the nice new plugin ExtJS Scaffold Generator:

You can always keep an eye on http://agilewebdevelopment.com/plugins/search?search=extjs to see if new plugins come out related to extjs

lemig

no leída,
16 feb 2008, 16:11:2716/2/08
a Ruby on Rails: Talk
See also he book Practical Rails Projects by Eldon Alameda :
http://www.apress.com/book/view/9781590597811
A more than 100 pages example on a Ext + Rails project.
It was useful to me.
I think source code is freely downloadable on the website.

Regards,

Miguel

On 29 jan, 11:14, Ventura Ventura <rails-mailing-l...@andreas-s.net>
wrote:
> Jacob Pedersen wrote:
> > Hi
>
> > I'm looking for some opensource sites or examples where Rails is used
> > withExtJS.
> > I looked at the example on theExtJSsite, witch also is very fine, but

Chris Scott

no leída,
26 abr 2008, 2:58:3526/4/08
a rubyonra...@googlegroups.com
Martin Rehfeld wrote:
> * An "Experiment" providing Rails helpers for Ext JS, looks abandoned
> as code is no longer around: http://extonrails.com/

This site is mine. I wrote a rather extensive ruby wrapper framework
for Ext1.0 which I scrapped when Ext2.0 was released. new features,
especially improved component-based architecture and better rendering
rendered my framework obsolete. I've since changed my pattern somewhat
but I've recently teamed up with another guy from
http://www.extjswithrails.com and I've been working on my own blog
lately and created a few new google code projects.

see my blog for links to these projects
http://www.extonrails.com

Sergei Kozlov

no leída,
30 sept 2009, 11:45:1830/9/09
a rubyonra...@googlegroups.com
Jacob,

Please, have a look at the open source framework called Netzke. It
facilitates creation of reusable Rails/ExtJS code, and provides
pre-built widgets like grids, forms, tab/accordion panels,
Viewport-based application, etc.

Blog/tutorials: http://blog.writelesscode.com

Live demo: http://netzke-demo.writelesscode.com

Project's Wiki: http://wiki.github.com/skozlov/netzke

The Google Groups for discussions: http://groups.google.com/group/netzke

Twitter: http://twitter.com/skozlov

Good luck!

Chris Scott

no leída,
30 sept 2009, 12:07:5230/9/09
a rubyonra...@googlegroups.com
Keep your eyes peeled on http://extjs.com/blog.

I have a blog-post about to appear there titled "A Design Pattern for
ExtJS on Rails".

Will Lee

no leída,
28 sept 2013, 2:27:2328/9/13
a rubyonra...@googlegroups.com
Hello,

I have made an example app using Rails4 + ExtJS 4.1. For the
authentication, I used Devise. For authorization, I used the_role gem.

The app is live at teamsheet.herokuapp.com

The source code + install instruction can be found at
https://github.com/weyewe/timesheet

The app description can be found at:
http://weyewe.com/rails-extjs-timesheet-tracker

Feel free to fork or ask more questions
Responder a todos
Responder al autor
Reenviar
0 mensajes nuevos