2,096 reputation
842
bio website
location Rome, Italy
age 24
visits member for 3 years, 1 month
seen 2 hours ago
stats profile views 615

Student at "La Sapienza" university in Rome.

Working with Ruby on Rails as a web developer, both front-end (CSS3, HTML5, Javascript) and back-end. Interested in everything about web, from design to programming. Interested also in game designing (and programming) for indie games.


1d
asked Handle a folder like paperclip “system” folder, symlinked in shared
1d
revised Rails ckeditor gem js error when precompiled on Heroku production
edited body
1d
revised CKEditor gem not running in production: Uncaught TypeError: Object #<Object> has no method 'apply'
edited body
1d
answered Rails ckeditor gem js error when precompiled on Heroku production
1d
answered CKEditor gem not running in production: Uncaught TypeError: Object #<Object> has no method 'apply'
1d
comment CKEditor gem not running in production: Uncaught TypeError: Object #<Object> has no method 'apply'
You are right, I've just made an empty project and it's working. I'm trying to find out what's creating the issue.
1d
comment CKEditor gem not running in production: Uncaught TypeError: Object #<Object> has no method 'apply'
You are right it's hidden. I added it but it didn't change anything in any case. There is still the same javascript error, you can view it by yourself: bec.firedragon.webfactional.com/admin/news/new username: test@test.test password: test
1d
comment CKEditor gem not running in production: Uncaught TypeError: Object #<Object> has no method 'apply'
I mounted the engine in routes, I didn't add ckeditor models to the autoload array: how to do it? It's not mentioned in installation process. Anyway, notice that in development mode is working.
1d
asked CKEditor gem not running in production: Uncaught TypeError: Object #<Object> has no method 'apply'
1d
comment Rails ckeditor gem js error when precompiled on Heroku production
@Louis: Did you try it by yourself? Looks like I have the same issue and I have a plain gem 'ckeditor' in my gemfile, with the //= require line and nothing more, still in production I had no luck.
May
12
accepted How to obtain “stacking grid” in Susy (column on top of another)
May
12
comment How to obtain “stacking grid” in Susy (column on top of another)
That's nice, I didn't get that the demo is the page itself 'till you pointed that out. I thought they forgot the link or something similar
May
12
revised How to obtain “stacking grid” in Susy (column on top of another)
edited title
May
12
asked How to obtain “stacking grid” in Susy (column on top of another)
May
10
awarded  Popular Question
May
9
awarded  Notable Question
May
9
comment How to reorder activerecord array based on array of ids
What about doing it in sql? You create a query that generates a "custom" column for each record (calculated in realtime), than you just use sort('custom_column DESC'), it will heavily improve performance and reduce rails ram usage
May
8
comment What is a CSS Authoring framework?
Adding another comment to make the answer more complete, analyzing the "CSS Authoring Framework", it's a framework for authors of CSS Framework, so definitely it's used to help you build CSS Frameworks.
May
6
comment Codeigniter Authentication and Authorization libraries that works well coupled toghether
If you have some feedback about the library just post it here in a comment and I can update the answer^^
May
5
comment Codeigniter Authentication and Authorization libraries that works well coupled toghether
Thanks that's good to know. I moved to Ruby on Rails anyway, so I didn't keep following codeigniter. I would like to receive some feedback on your library before changing the answer. Notice that the link doesn't work