You cannot post messages because only members can post, and you are not currently a member.
Description:
A Ruby on Rails plugin that dynamically creates user interfaces for your models that include your basic CRUD operations + search, a slick fully styled AJAX'ified design, and a high level of configurability. An extension of the AjaxScaffold project.
|
|
|
scrolling to top of nested scaffold
|
| |
I have a page with a few nested scaffolds in it. Recent versions of
active_scaffold seem to automatically scroll my browser to the bottom of
the page (the last nested scaffold). Is there a way to disable this new
behavior? Thanks.
-Nick
|
|
something broke AS + cancan on 3.2.9
|
| |
only happens on AS controllers. Problem dissappear by commenting cancan out
of Gemfile. Works fine with cancan on controllers without AS.
If i switch AS to 3.2.7 problem goes away.
Started GET "/productos" for 127.0.0.1 at 2012-05-22 01:16:34 -0400
Processing by ProductosController#index as HTML... more »
|
|
query results caching - storing
|
| |
Hello guys,
I am new to caching in Rails and so far I have not found a solution
for caching heavy database query results that apply to data that do
not change very often and are executed inside the Active Scaffold
framework.
I read everywhere for caching through this "ClassName.method_name(…)",... more »
|
|
Refresh nested list
|
| |
Hi everybody,
does anybody know how to refresh a nested list ?
thanks
Gloufy
|
|
field_search with datetime column and jquery datepicker
|
| |
Is field_search supposed to work on a datetime column where the search_ui for the column is the jquery timepicker. I am trying to use this and the datepicker pops up, but I get the following error when clicking Search. ArgumentError (invalid date): vendor/git/active_scaffold/lib /active_scaffold/finder.rb:126 :in `strptime'... more »
|
|
closing nested AS - wrong link
|
| |
when i open a nested scaffold, the closing link doesn't work at all,
because the link generated is like:
<a class="inline-adapter-close as_cancel" title="Cerrar" data-remote="true"
data-refresh="true" href="
/assets?_method=get&action=row &controller=postulaciones&id=1 ">Cerrar</a>
And as you can see, the url is wrong /assets?... more »
|
|
Send Resume Java Developer
|
| |
Hi,
please take a look into below Requirement and let me know your Interest
along with your updated resume ASAP .
*Title : Java Developer*
*Location : Lansing, MI*
*Duration : 6 Months*****
- One Senior Java Developer
- · Sr. Java Developer
- ·5-7 years of java experience... more »
|
|
field_search association
|
| |
I have a simple model where I have:
class SubContractor < ActiveRecord::Base
has_many :contacts, :dependent => :destroy
end
class Contact < ActiveRecord::Base
belongs_to :sub_contractor
end
The Contact model has a cost_code column. I need to add the ability to
search on the cost_code to the sub_contractor field_search form. Can... more »
|
|
|