Building a Code Generator in ruby.. Where to start? [closed] - ruby-on-rails

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I've been thinking about starting an open source admin panel for rails using the cappuccino JavaScript / Objective-J web framework..
How would I get started?
Are there any resources you can point me to, that explain dynamic scaffolding like code generation?
Thanks and looking forward to collaborating if anyones interested?
Daniel

You may want to take a look # rails_admin. It is a port of Merb Admin. It's still pretty young, but may give you ideas on the approach.
ActiveScaffold has been around for a while too which may be another good reference project.

Related

What Linux-Hosted Web Language/Framework is most like asp.net mvc 5+ [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I know this is the kind of question that usually gets deleted, but I have to find some answers. I want to build a project in a new technology more suitable to hosting on a Linux server, but I like the way things are done in ASP.NET MVC. I've looked at Rails a bit but I've heard that Rails performs and scales poorly. Any suggestions appreciated.
Ruby on Rails doesn't scale well, but depending on your needs you may never have to worry about it.
My guess is you'd be most comfortable with something like CakePHP or just PHP and whatever MVC framework. It's pretty C# like, and it's FAST!
Python/Django is also a good choice. (My personal favorite)

difference between fullcalendar-engine-rails fullcalendar-rails gem [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Does sby know what's the main difference between the fullcalendar-rails and the fullcalendar-engine-rails gem? I don't know which one I should pick.
Looks like the engine version depends upon the non-engine one... Just looking at the readmes:
https://github.com/bokmann/fullcalendar-rails
this is a rails implementation of the jquery plugin.
It lets you add the js into your asset pipeline by adding the gem to your gemfile instead of copy/pasting js into your app
https://github.com/vinsol/fullcalendar-rails-engine
This seems to be an engine implementation of the above - it appears to give you some nicer convenience methods on top of just bringing in the js.
Note: this is from a quick google and 30 seconds of skimming the readmes... I suggest you read them yourself to get more info.
As to "which one to choose"... can't help you if you don't tell us what you need it for. (also that's probably a bit beyond the scope of an S/O question.

Creating parallell timeline in Xcode [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am trying to create a schedule in xcode, preferably Objective-C. Basically I will have some sessions over specific times that are going to be distributed over some locations/rooms and I want to have a parallell timeline for each of these rooms.
What I am looking for to create is something like the app Magine (http://imgur.com/gallery/gXwsbzk/).
I figure I will probably need to create a UICollectionViewLayout, but that is pretty much how far my knowledge goes. Any level of guides ot help is greatly appreciated. Maybe there is even an open source class somewhere that accomplishes just what I am looking for?
What I am looking for is obviously something like MSCollectionViewCalendarLayout. Hopefully I'll be able to modify the source code to better fit my needs.

Rails best practices [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Can anyone help me with few indication about best way to do few things.
At this point I am in a situation where I have a task(.rake), and the code become so ugly that I need to split it out. So if I will create another file, probably a module with multiple classes and methods or just methods, where should I put the file (libs probably?)? (this file may be used by models as well). Also if I want to do the same or a module?
Any books, tutorials, articles, and opinions are welcomed.
Thank you
Check out the Rails Guides for an introduction - beyond that, there are many different [opinionated] resources on the matter, ie:
Railscasts

Fully Customizable MVC Forum [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I needed to make a new custom forum for my mom's website( I have recently learned asp.net and mvc and hence plan to build for my mom and my practice).
I tried some forums on CodePlex.com like nearforums etc. But most doesn't let you modify the controllers and models
The controllers aren't there.. are they compiled in a .dll?
Then i found POPForums v9, which is completely customizable. and i kinda like it.. so..
are there any other mvc forums like POPForums?
Does anyone have experience with POPForums .. is it stable?
about question #1 , maybe you download a published project.look at the bin directory if exist.generally if it is published there is not any way to change it depending on my experience
about question #2 .really i cant help you
and finally about question #3 depending on my knowledge is it not stable.may be you can find some thing else to do that.
If you want the practice why not just write your own? A simple forum isn't very difficult and you'll learn a lot more from doing it yourself.
Also, if you're looking for source code of a forum to customize, you might want to try looking for an open source forum project.

Resources